|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.reflect.CflowMetaData
public class CflowMetaData
Holds a tuple that consists of the class info and the info for a specific method.
Constructor Summary | |
---|---|
CflowMetaData(ClassInfo classMetaData,
MethodInfo methodMetaData)
Creates a new ClassNameMethodInfoTuple. |
Method Summary | |
---|---|
protected static boolean |
areEqualsOrBothNull(Object o1,
Object o2)
|
boolean |
equals(Object o)
|
ClassInfo |
getClassInfo()
Returns the class info. |
String |
getClassName()
Returns the class name. |
MethodInfo |
getMethodInfo()
Returns the method info. |
int |
hashCode()
|
protected static int |
hashCodeOrZeroIfNull(Object o)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CflowMetaData(ClassInfo classMetaData, MethodInfo methodMetaData)
classMetaData
- the class metaDatamethodMetaData
- the method infoMethod Detail |
---|
public ClassInfo getClassInfo()
public String getClassName()
public MethodInfo getMethodInfo()
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
protected static int hashCodeOrZeroIfNull(Object o)
public boolean equals(Object o)
equals
in class Object
protected static boolean areEqualsOrBothNull(Object o1, Object o2)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |