Interface Summary |
CatchClauseRtti |
Interface for the catch clause RTTI (Runtime Type Information). |
CatchClauseSignature |
Interface for the catch clause signature. |
CodeRtti |
Interface for the code RTTI (Runtime Type Information). |
CodeSignature |
Interface for the code signature (method and constructor). |
ConstructorRtti |
Interface for the constructor RTTI (Runtime Type Information). |
ConstructorSignature |
Interface for the constructor signature. |
FieldRtti |
Interface for the field RTTI (Runtime Type Information). |
FieldSignature |
Interface for the field signature. |
JoinPoint |
Implements the join point concept, e.g. defines a well defined point in the program flow.
|
MemberRtti |
Interface for the member RTTI (Runtime Type Information). |
MemberSignature |
Interface for the member signatures (method, constructor and field). |
MethodRtti |
Interface for the method RTTI (Runtime Type Information). |
MethodSignature |
Interface for the method signature. |
Rtti |
Holds static and reflective information about the join point (Runtime Type Information). |
Signature |
Provides static and reflective information about the join point. |
StaticJoinPoint |
Implements the join point concept, e.g. defines a well defined point in the program flow.
|