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

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

Methods which throw type org.apache.xml.utils.synthetic.SynthesisException

void
Method addExceptionType
void
EntryPoint.addParameter(Class type, String name)
Method addParameter
void
EntryPoint.setBody(String language, StringBuffer body)
Extension: For synthesis, we need a place to hang a method body.
void
Assert 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 setInitializer
void
EntryPoint.setModifiers(int modifiers)
Should only be accepted before a "real" entrypoint is bound.
void
Field.setModifiers(int modifiers)
Insert the method's description here.
void
Member.setModifiers(int modifiers)
Returns the Java language modifiers for the member or constructor represented by this Member, as an integer.
void
EntryPoint.setName(String name)
Member method.
void
Method setReturnType
void
Method setType

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

Methods which throw type org.apache.xml.utils.synthetic.SynthesisException

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
Class.declareClass(String className)
Start to create a synthetic Class with the given fully-qualified name.
Constructor
Adds a Constructor description for the class or interface represented by this Class object
Field
Class.declareField(String name)
Adds a Field description for the class or interface represented by this Class object
Class
Class.declareInnerClass(String className)
Declare a class contained within this class.
Class
State that this class implements a specified interface.
Method
Class.declareMethod(String name)
Adds a Method description for the class or interface represented by this Class object
Constructor
Class.getConstructor(parameterTypes[] )
Returns a Constructor object that reflects the specified public constructor of the class represented by this Class object.
void
Class.isInterface(boolean isInterface)
Assert that the specified Class object represents an interface type.
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(java.lang.Class superclass)
Set the superclass for this synthetic class.
void
Set the superclass for this synthetic class.

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