polyglot.ext.coffer.types
Interface CofferConstructorInstance

All Superinterfaces:
java.lang.Cloneable, CodeInstance, CofferProcedureInstance, ConstructorInstance, Copy, Declaration, MemberInstance, ProcedureInstance, java.io.Serializable, TypeObject
All Known Implementing Classes:
CofferConstructorInstance_c

public interface CofferConstructorInstance
extends ConstructorInstance, CofferProcedureInstance

Coffer constructor instance.


Method Summary
 
Methods inherited from interface polyglot.types.ConstructorInstance
container, flags, formalTypes, orig, throwTypes
 
Methods inherited from interface polyglot.types.ProcedureInstance
callValid, callValidImpl, designator, formalTypes, hasFormals, hasFormalsImpl, moreSpecific, moreSpecificImpl, setFormalTypes, setThrowTypes, signature, throwsSubset, throwsSubsetImpl, throwTypes
 
Methods inherited from interface polyglot.types.MemberInstance
container, flags, setContainer, setFlags
 
Methods inherited from interface polyglot.types.Declaration
declaration, setDeclaration
 
Methods inherited from interface polyglot.ext.coffer.types.CofferProcedureInstance
entryKeys, returnKeys, setEntryKeys, setReturnKeys, setThrowConstraints, throwConstraints
 
Methods inherited from interface polyglot.types.ProcedureInstance
callValid, callValidImpl, designator, formalTypes, hasFormals, hasFormalsImpl, moreSpecific, moreSpecificImpl, setFormalTypes, setThrowTypes, signature, throwsSubset, throwsSubsetImpl, throwTypes
 
Methods inherited from interface polyglot.types.MemberInstance
container, flags, setContainer, setFlags
 
Methods inherited from interface polyglot.types.Declaration
declaration, setDeclaration