org.objectweb.jac.core.rtti
Class MethodInfo

java.lang.Object
  extended byorg.objectweb.jac.core.rtti.MethodInfo
All Implemented Interfaces:
Serializable

public class MethodInfo
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 Set accessedFields
           
 Set addedCollections
           
 boolean callSuper
           
 int collectionIndexArgument
           
 int collectionItemArgument
           
 Set invokedMethods
           
 boolean isGetter
           
 Set modifiedCollections
           
 Set modifiedFields
           
 Set removedCollections
           
 String returnedField
           
 Set setFields
           
 
Constructor Summary
MethodInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

MethodInfo

public MethodInfo()