jltools.types
Interface ConstructorInstance

All Superinterfaces:
java.lang.Cloneable, CodeInstance, Copy, MemberInstance, ProcedureInstance, java.io.Serializable, TypeObject
All Known Subinterfaces:
JifConstructorInstance
All Known Implementing Classes:
ConstructorInstance_c

public interface ConstructorInstance
extends ProcedureInstance

A ConstructorInstance contains type information for a constructor.


Method Summary
 ConstructorInstance argumentTypes(java.util.List l)
           
 ConstructorInstance container(ClassType container)
           
 ConstructorInstance exceptionTypes(java.util.List l)
           
 ConstructorInstance flags(Flags flags)
           
 
Methods inherited from interface jltools.types.ProcedureInstance
argumentTypes, exceptionTypes
 
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
 

Method Detail

flags

public ConstructorInstance flags(Flags flags)

argumentTypes

public ConstructorInstance argumentTypes(java.util.List l)

exceptionTypes

public ConstructorInstance exceptionTypes(java.util.List l)

container

public ConstructorInstance container(ClassType container)