jltools.types
Interface ProcedureInstance

All Superinterfaces:
java.lang.Cloneable, CodeInstance, Copy, MemberInstance, java.io.Serializable, TypeObject
All Known Subinterfaces:
ConstructorInstance, JifConstructorInstance, JifMethodInstance, JifProcedureInstance, MethodInstance
All Known Implementing Classes:
ProcedureInstance_c

public interface ProcedureInstance
extends CodeInstance

A ProcedureInstance contains the type information for a Java procedure (either a method or a constructor).


Method Summary
 java.util.List argumentTypes()
           
 java.util.List 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

argumentTypes

public java.util.List argumentTypes()

exceptionTypes

public java.util.List exceptionTypes()