|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ISignatureParameter | This interface is implemented by all the types of parameters that can be found in a signature string. |
Class Summary | |
---|---|
ASMGeneratorForBoundableInterface | This class generates Interface implementations for components which are bound to a target interface. |
ASMGeneratorForImplementedInterface | This class generates Interface implementations for components which implement directly the interface. |
DelegatorClassLoader | Class loader used for loading Interface implementations generated at runtime. |
SignatureStringAnalyzer | This class analyzes a signature string (e.g. a string such as "(DI[Ljava/lang/String;[F[Z[C[LItf;[Ljava/lang/Object;)Ljava/lang/Object;") and extract its parameters. |
SPDouble | This class represents a double type in a signature string. |
SPFloat | This class represents a float type in a signature string. |
SPInt | This class represents a int type in a signature string. |
SPLong | This class represents a long type in a signature string. |
SPObject | This class represents a Object type in a signature string. |
SPVoid | This class represents a void type in a signature string. |
Exception Summary | |
---|---|
InvalidSignatureException | This exception is thrown whenever an unexpected character is encountered in a signature strng. |
This package contains the classes which generates the component interface classes. The generation uses the ASM bytecode engineering library.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |