jltools.types
Interface CodeInstance

All Superinterfaces:
java.lang.Cloneable, Copy, MemberInstance, java.io.Serializable, TypeObject
All Known Subinterfaces:
ConstructorInstance, InitializerInstance, JifConstructorInstance, JifMethodInstance, JifProcedureInstance, MethodInstance, ProcedureInstance

public interface CodeInstance
extends MemberInstance

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


Methods inherited from interface jltools.types.MemberInstance
container, flags
 
Methods inherited from interface jltools.types.TypeObject
isCanonical, position, restore, typeSystem
 
Methods inherited from interface jltools.util.Copy
copy