|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Rtti
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 |
---|
String getName()
Object getTarget()
Object getThis()
Class getDeclaringType()
int getModifiers()
boolean isPublic = java.lang.reflect.Modifier.isPublic(signature.getModifiers());
Rtti cloneFor(Object targetInstance, Object thisInstance)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |