Uses of Interface
gw.lang.reflect.gs.IProgramInstance
-
Packages that use IProgramInstance Package Description gw.lang.reflect.gs -
-
Uses of IProgramInstance in gw.lang.reflect.gs
Subinterfaces of IProgramInstance in gw.lang.reflect.gs Modifier and Type Interface Description interfaceIManagedProgramInstanceThe intention for this interface is to provide a lifecycle API for a user-defined base class of a program.Methods in gw.lang.reflect.gs that return IProgramInstance Modifier and Type Method Description IProgramInstanceIGosuProgram. getProgramInstance()static IProgramInstanceIGosuProgram.Runner. getProgramInstance(String strProgram)static IProgramInstanceIGosuProgram.Runner. getProgramInstance(String strProgram, ISymbolTable symTable)static IProgramInstanceIGosuProgram.Runner. getProgramInstance(String strProgram, ISymbolTable symTable, IType expectedType)
-