|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SynthesizedClassDescription | |
---|---|
edu.rit.classfile | Package edu.rit.classfile is the RIT Classfile Library for analyzing and synthesizing class files. |
edu.rit.m2mi | Package edu.rit.m2mi is the API for Many-to-Many Invocation (M2MI). |
Uses of SynthesizedClassDescription in edu.rit.classfile |
---|
Methods in edu.rit.classfile with parameters of type SynthesizedClassDescription | |
---|---|
static SynthesizedMethodDescription |
Reflection.synthesizeMethod(SynthesizedClassDescription theClass,
Method theMethod)
Returns a synthesized method description for the given method in the given synthesized class description. |
Constructors in edu.rit.classfile with parameters of type SynthesizedClassDescription | |
---|---|
SynthesizedAbstractMethodDescription(SynthesizedClassDescription theClassDescription,
String theMethodName)
Construct a new synthesized abstract method description object with the given name. |
|
SynthesizedAbstractMethodDescription(SynthesizedClassDescription theClassDescription,
String theMethodName,
String theMethodDescriptor)
Construct a new synthesized abstract method description object with the given name and method descriptor. |
|
SynthesizedClassConstantFieldDescription(SynthesizedClassDescription theClassDescription,
String theFieldName,
boolean theValue)
Construct a new synthesized class constant field description object with the given class, field name, and boolean constant value. |
|
SynthesizedClassConstantFieldDescription(SynthesizedClassDescription theClassDescription,
String theFieldName,
byte theValue)
Construct a new synthesized class constant field description object with the given class, field name, and byte constant value. |
|
SynthesizedClassConstantFieldDescription(SynthesizedClassDescription theClassDescription,
String theFieldName,
char theValue)
Construct a new synthesized class constant field description object with the given class, field name, and character constant value. |
|
SynthesizedClassConstantFieldDescription(SynthesizedClassDescription theClassDescription,
String theFieldName,
double theValue)
Construct a new synthesized class constant field description object with the given class, field name, and double constant value. |
|
SynthesizedClassConstantFieldDescription(SynthesizedClassDescription theClassDescription,
String theFieldName,
float theValue)
Construct a new synthesized class constant field description object with the given class, field name, and float constant value. |
|
SynthesizedClassConstantFieldDescription(SynthesizedClassDescription theClassDescription,
String theFieldName,
int theValue)
Construct a new synthesized class constant field description object with the given class, field name, and integer constant value. |
|
SynthesizedClassConstantFieldDescription(SynthesizedClassDescription theClassDescription,
String theFieldName,
long theValue)
Construct a new synthesized class constant field description object with the given class, field name, and long constant value. |
|
SynthesizedClassConstantFieldDescription(SynthesizedClassDescription theClassDescription,
String theFieldName,
short theValue)
Construct a new synthesized class constant field description object with the given class, field name, and short constant value. |
|
SynthesizedClassConstantFieldDescription(SynthesizedClassDescription theClassDescription,
String theFieldName,
String theValue)
Construct a new synthesized class constant field description object with the given class, field name, and string constant value. |
|
SynthesizedClassFieldDescription(SynthesizedClassDescription theClassDescription,
String theFieldName,
TypeReference theFieldType)
Construct a new synthesized class field description object with the given class, field name, and field type. |
|
SynthesizedConstructorDescription(SynthesizedClassDescription theClassDescription)
Construct a new synthesized constructor description object. |
|
SynthesizedConstructorDescription(SynthesizedClassDescription theClassDescription,
String theMethodDescriptor)
Construct a new synthesized constructor description object with the given method descriptor. |
|
SynthesizedMethodDescription(SynthesizedClassDescription theClassDescription,
String theMethodName)
Construct a new synthesized method description object with the given name. |
|
SynthesizedMethodDescription(SynthesizedClassDescription theClassDescription,
String theMethodName,
String theMethodDescriptor)
Construct a new synthesized method description object with the given name and method descriptor. |
Uses of SynthesizedClassDescription in edu.rit.m2mi |
---|
Methods in edu.rit.m2mi that return SynthesizedClassDescription | |
---|---|
SynthesizedClassDescription |
MethodInvokerSynthesizer.getClassDescription()
Obtain the class description for the class this method invoker synthesizer synthesizes. |
abstract SynthesizedClassDescription |
Synthesizer.getClassDescription()
Synthesize this synthesizer's class description. |
SynthesizedClassDescription |
HandleSynthesizer.getClassDescription()
Obtain the class description for the class this handle synthesizer synthesizes. |
static SynthesizedClassDescription |
HandleSynthesizer.synthesizeHandleClass(String theClassName,
String theSuperclassName,
Class theTargetInterface)
Synthesize the class file for a specialized handle subclass. |
static SynthesizedClassDescription |
MethodInvokerSynthesizer.synthesizeMethodInvokerClass(String theClassName,
String theTargetInterface,
String theTargetMethod,
String theArgumentTypes)
Synthesize the class file for a specialized method invoker subclass. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |