|
GNU Prolog for Java | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.prolog.vm.interpreter.ExceptionHandlerInfo
public class ExceptionHandlerInfo
this class contains information about exception handling. Exception handling is modeled after Java exceptions
Field Summary | |
---|---|
protected int |
endPosition
end position of code segment |
protected int |
handlerPosition
position where to go for exception handling |
protected int |
startPosition
start position of code segment |
Constructor Summary | |
---|---|
ExceptionHandlerInfo()
|
Method Summary | |
---|---|
String |
toString()
convert handler to string |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected int startPosition
protected int endPosition
protected int handlerPosition
Constructor Detail |
---|
public ExceptionHandlerInfo()
Method Detail |
---|
public String toString()
toString
in class Object
|
GNU Prolog for Java | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |