Uses of Class org.apache.xml.utils.synthetic.Class

Uses in package org.apache.xml.utils.synthetic.reflection

Constructors with parameter type org.apache.xml.utils.synthetic.Class

Constructor.Constructor(java.lang.reflect.Constructor ctor, Class declaringclass)
Insert the method's description here.
Constructor.Constructor(Class declaringclass)
Insert the method's description here.
EntryPoint.EntryPoint(Class declaringclass)
Insert the method's description here.
Field.Field(String name, Class declaringClass)
Synthesis constructor
Field.Field(java.lang.reflect.Field realfield, Class declaringClass)
Proxy constructor
Method.Method(String name, Class declaringclass)
Insert the method's description here.
Method.Method(java.lang.reflect.Method ctor, Class declaringclass)
Insert the method's description here.

Methods with parameter type org.apache.xml.utils.synthetic.Class

void
Method addExceptionType
void
EntryPoint.addParameter(Class type, String name)
Method addParameter
void
Assert the Class object representing the class that declares the constructor represented by this Constructor object.
void
Field.setDeclaringClass(Class declaringClass)
Returns the Class object representing the class that declares the constructor represented by this Constructor object.
void
Member.setDeclaringClass(Class declaringClass)
Returns the Class object representing the class or interface that declares the member or constructor represented by this Member.
void
Method setReturnType
void
Method setType

Methods with return type org.apache.xml.utils.synthetic.Class

Class
Returns the Class object representing the class that declares the constructor represented by this Constructor object.
Class
Returns the Class object representing the class or interface that declares the field represented by this Field object.
Class
Returns the Class object representing the class or interface that declares the member or constructor represented by this Member.
Class[]
Returns an array of Class objects that represent the types of the checked exceptions thrown by the underlying constructor represented by this Constructor object.
Class[]
Returns an array of Class objects that represent the formal parameter types, in declaration order, of the constructor represented by this Constructor object.
Class
Returns the Class object representing the class that will be returned by this EntryPoint.
Class
Returns a Class object that identifies the declared type for the field represented by this Field object.

Uses in package org.apache.xml.utils.synthetic

Methods with parameter type org.apache.xml.utils.synthetic.Class

void
Adds an "extends" description for the class or interface represented by this Class object
void
Adds an "implements" description for the class or interface represented by this Class object
Class
State that this class implements a specified interface.
void
Method dumpClass
boolean
Determines if the class or interface represented by this Class object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified Class parameter.
void
Set the superclass for this synthetic class.

Methods with return type org.apache.xml.utils.synthetic.Class

Class
Class.declareClass(String className)
Start to create a synthetic Class with the given fully-qualified name.
Class
Class.declareInnerClass(String className)
Declare a class contained within this class.
Class
State that this class implements a specified interface.
Class
Class.forClass(java.lang.Class cls)
Returns the synthetic Class object associated with the "real" class specified, creating one if it didn't already exist.
Class
Class.forName(String className)
Returns the synthetic Class object associated with the class with the given fully-qualified name.
Class
Class.forNameInContext(String classname)
Like forName, but if the classname doesn't have a package prefix we first attempt to look it up as one of our own inner clases.
Class[]
Returns an array containing Class objects representing all the public classes and interfaces that are members of the class represented by this Class object.
Class
If this class represents an array type, returns the Class object representing the component type of the array; otherwise returns null.
Class[]
This method is not implemented in VAJAVA 3.0

Returns an array of Class objects reflecting all the classes and interfaces declared as members of the class represented by this Class object.

Class
This method is not implemented in VAJava 3.0

If the class or interface represented by this Class object is a member of another class, returns the Class object representing the class of which it is a member (its declaring class).

Class[]
Fetch a list of classes contained within this class.
Class[]
Determines the interfaces implemented by the class or interface represented by this object.
Class
If this object represents any class other than the class Object, then the object that represents the superclass of that class is returned.
Class
Class.reallyDeclareClass(String className)
Start to create a synthetic Class with the given fully-qualified name.

Copyright B) 2004 Apache XML Project. All Rights Reserved.