polyglot.types
Interface CodeInstance

All Superinterfaces:
java.lang.Cloneable, Copy, java.io.Serializable, TypeObject
All Known Subinterfaces:
ConstructorInstance, FunctionInstance, InitializerInstance, MethodInstance, ProcedureInstance
All Known Implementing Classes:
ConstructorInstance_c, InitializerInstance_c, MethodInstance_c, ProcedureInstance_c

public interface CodeInstance
extends TypeObject

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


Method Summary
 Flags flags()
           
 
Methods inherited from interface polyglot.types.TypeObject
equalsImpl, isCanonical, position, typeSystem
 
Methods inherited from interface polyglot.util.Copy
copy
 

Method Detail

flags

Flags flags()