|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Rtti | |
| org.codehaus.aspectwerkz.joinpoint | |
| org.codehaus.aspectwerkz.joinpoint.impl | |
| org.codehaus.aspectwerkz.joinpoint.management | |
| Uses of Rtti in org.codehaus.aspectwerkz.joinpoint |
| Subinterfaces of Rtti in org.codehaus.aspectwerkz.joinpoint | |
interface |
CatchClauseRtti
Interface for the catch clause RTTI (Runtime Type Information). |
interface |
CodeRtti
Interface for the code RTTI (Runtime Type Information). |
interface |
ConstructorRtti
Interface for the constructor RTTI (Runtime Type Information). |
interface |
FieldRtti
Interface for the field RTTI (Runtime Type Information). |
interface |
MemberRtti
Interface for the member RTTI (Runtime Type Information). |
interface |
MethodRtti
Interface for the method RTTI (Runtime Type Information). |
| Methods in org.codehaus.aspectwerkz.joinpoint that return Rtti | |
Rtti |
JoinPoint.getRtti()
Returns the RTTI for the join point. |
Rtti |
Rtti.cloneFor(Object targetInstance,
Object thisInstance)
|
| Uses of Rtti in org.codehaus.aspectwerkz.joinpoint.impl |
| Classes in org.codehaus.aspectwerkz.joinpoint.impl that implement Rtti | |
class |
CatchClauseRttiImpl
Implementation for the catch clause RTTI. |
class |
ConstructorRttiImpl
Implementation for the constructor RTTI. |
class |
FieldRttiImpl
Implementation for the field signature. |
class |
MethodRttiImpl
Implementation for the method signature. |
| Methods in org.codehaus.aspectwerkz.joinpoint.impl that return Rtti | |
Rtti |
CatchClauseRttiImpl.cloneFor(Object thisInstance,
Object targetInstance)
Clones the RTTI instance. |
Rtti |
ConstructorRttiImpl.cloneFor(Object thisInstance,
Object targetInstance)
Clones the RTTI instance. |
Rtti |
FieldRttiImpl.cloneFor(Object thisInstance,
Object targetInstance)
Clones the RTTI instance. |
Rtti |
MethodRttiImpl.cloneFor(Object thisInstance,
Object targetInstance)
Clones the RTTI instance. |
| Uses of Rtti in org.codehaus.aspectwerkz.joinpoint.management |
| Fields in org.codehaus.aspectwerkz.joinpoint.management declared as Rtti | |
Rtti |
JitCompiler.RttiInfo.rtti
|
| Methods in org.codehaus.aspectwerkz.joinpoint.management with parameters of type Rtti | |
protected abstract void |
JoinPointBase.setRtti(Rtti rtti)
Allows to pass the RTTI to the JP. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||