|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Holds static and reflective information about the join point (Runtime Type Information).
Method Summary | |
Rtti |
cloneFor(Object targetInstance,
Object thisInstance)
|
Class |
getDeclaringType()
Returns the declaring class. |
int |
getModifiers()
Returns the modifiers for the signature. |
String |
getName()
Returns the name (f.e. name of method of field). |
Object |
getTarget()
Returns the target instance. |
Object |
getThis()
Returns the instance currently executing (this). |
Method Detail |
public String getName()
public Object getTarget()
public Object getThis()
public Class getDeclaringType()
public int getModifiers()
boolean isPublic = java.lang.reflect.Modifier.isPublic(signature.getModifiers());
public Rtti cloneFor(Object targetInstance, Object thisInstance)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |