|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SynthesisException | |
org.apache.xml.utils.synthetic | |
org.apache.xml.utils.synthetic.reflection |
Uses of SynthesisException in org.apache.xml.utils.synthetic |
Methods in org.apache.xml.utils.synthetic that throw SynthesisException | |
static Class |
Class.declareClass(java.lang.String className)
Start to create a synthetic Class with the given fully-qualified name. |
Constructor |
Class.getConstructor(Class[] parameterTypes)
Returns a Constructor object that reflects the specified public constructor of the class represented by this Class object. |
void |
Class.addExtends(Class newclass)
Adds an "extends" description for the class or interface represented by this Class object |
Constructor |
Class.declareConstructor()
Adds a Constructor description for the class or interface represented by this Class object |
Class |
Class.declareInterface(Class newifce)
State that this class implements a specified interface. |
Field |
Class.declareField(java.lang.String name)
Adds a Field description for the class or interface represented by this Class object |
Method |
Class.declareMethod(java.lang.String name)
Adds a Method description for the class or interface represented by this Class object |
Class |
Class.declareInnerClass(java.lang.String className)
Declare a class contained within this class. |
void |
Class.addImplements(Class newclass)
Adds an "implements" description for the class or interface represented by this Class object |
void |
Class.setModifiers(int modifiers)
Set the Java language modifiers for this class or interface, encoded in an integer. |
void |
Class.setRealClass(java.lang.Class realclass)
This call is intended to allow an existing org.apache.xml.utils.synthetic.Class to be switched from purely descriptive mode to proxy mode ("reified"). |
void |
Class.setSuperClass(Class superclass)
Set the superclass for this synthetic class. |
void |
Class.setSuperClass(java.lang.Class superclass)
Set the superclass for this synthetic class. |
void |
Class.isInterface(boolean isInterface)
Assert that the specified Class object represents an interface type. |
Uses of SynthesisException in org.apache.xml.utils.synthetic.reflection |
Methods in org.apache.xml.utils.synthetic.reflection that throw SynthesisException | |
void |
Field.setInitializer(java.lang.String i)
Method setInitializer |
void |
Field.setType(Class type)
Method setType |
void |
Field.setModifiers(int modifiers)
Insert the method's description here. |
void |
EntryPoint.addExceptionType(Class exception)
Method addExceptionType |
void |
EntryPoint.setName(java.lang.String name)
Member method. |
void |
EntryPoint.addParameter(Class type,
java.lang.String name)
Method addParameter |
void |
EntryPoint.setDeclaringClass(Class declaringClass)
Assert the Class object representing the class that declares the constructor represented by this Constructor object. |
void |
EntryPoint.setModifiers(int modifiers)
Should only be accepted before a "real" entrypoint is bound. |
void |
EntryPoint.setBody(java.lang.String language,
java.lang.StringBuffer body)
Extension: For synthesis, we need a place to hang a method body. |
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 |
Member.setModifiers(int modifiers)
Returns the Java language modifiers for the member or constructor represented by this Member, as an integer. |
void |
Method.setReturnType(Class returntype)
Method setReturnType |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |