org.objectweb.jac.core.rtti
Class MethodInfo
java.lang.Object
org.objectweb.jac.core.rtti.MethodInfo
- All Implemented Interfaces:
- Serializable
- public class MethodInfo
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
accessedFields
public Set accessedFields
returnedField
public String returnedField
isGetter
public boolean isGetter
modifiedFields
public Set modifiedFields
setFields
public Set setFields
addedCollections
public Set addedCollections
removedCollections
public Set removedCollections
modifiedCollections
public Set modifiedCollections
collectionIndexArgument
public int collectionIndexArgument
collectionItemArgument
public int collectionItemArgument
invokedMethods
public Set invokedMethods
callSuper
public boolean callSuper
MethodInfo
public MethodInfo()