GNU Prolog for Java

Uses of Class
gnu.prolog.vm.interpreter.ExceptionHandlerInfo

Packages that use ExceptionHandlerInfo
gnu.prolog.vm.interpreter InterpretedCodeCompiler uses the various classes beginning with I and extending Instruction in the instruction sub-package to compile clauses to InterpretedByteCode
 

Uses of ExceptionHandlerInfo in gnu.prolog.vm.interpreter
 

Fields in gnu.prolog.vm.interpreter declared as ExceptionHandlerInfo
static ExceptionHandlerInfo[] InterpretedCodeCompiler.exceptionHandlerArrayConstant
          array type constant ExceptionHandlerInfo.class
protected  ExceptionHandlerInfo[] InterpretedByteCode.exceptionHandlers
          set of exception handlers
 

Fields in gnu.prolog.vm.interpreter with type parameters of type ExceptionHandlerInfo
protected  List<ExceptionHandlerInfo> InterpretedCodeCompiler.exceptionHandlers
          exception handlers
 

Constructors in gnu.prolog.vm.interpreter with parameters of type ExceptionHandlerInfo
InterpretedByteCode(CompoundTermTag codeTag, Instruction[] isrc, ExceptionHandlerInfo[] ehs)
          constructor of code
 


GNU Prolog for Java