jltools.types
Interface MemberInstance

All Superinterfaces:
java.lang.Cloneable, Copy, java.io.Serializable, TypeObject
All Known Subinterfaces:
CodeInstance, ConstructorInstance, FieldInstance, InitializerInstance, JifConstructorInstance, JifFieldInstance, JifMethodInstance, JifProcedureInstance, MemberClassType, MethodInstance, ParsedMemberClassType, ProcedureInstance

public interface MemberInstance
extends TypeObject

A MemberInstance is an entity that can be a member of a class.


Method Summary
 ReferenceType container()
           
 Flags flags()
           
 
Methods inherited from interface jltools.types.TypeObject
isCanonical, position, restore, typeSystem
 
Methods inherited from interface jltools.util.Copy
copy
 

Method Detail

flags

public Flags flags()

container

public ReferenceType container()