polyglot.types
Interface CodeInstance

All Superinterfaces:
java.lang.Cloneable, Copy, MemberInstance, java.io.Serializable, TypeObject
All Known Subinterfaces:
CofferConstructorInstance, CofferMethodInstance, CofferProcedureInstance, ConstructorInstance, InitializerInstance, MethodInstance, ProcedureInstance
All Known Implementing Classes:
CofferConstructorInstance_c, CofferMethodInstance_c, ConstructorInstance_c, InitializerInstance_c, MethodInstance_c, ProcedureInstance_c

public interface CodeInstance
extends MemberInstance

A CodeInstance contains the type information for a Java code-chunk (a method, a constructor, or initializer).


Method Summary
 
Methods inherited from interface polyglot.types.MemberInstance
container, flags
 
Methods inherited from interface polyglot.types.TypeObject
equalsImpl, isCanonical, position, typeSystem
 
Methods inherited from interface polyglot.util.Copy
copy