anvil.codec
Class ExceptionHandler
java.lang.Object
|
+--anvil.codec.ExceptionHandler
- public class ExceptionHandler
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_parent
protected ExceptionHandler _parent
_code
protected Code _code
_start
protected Target _start
_end
protected Source _end
_catches
protected java.util.List _catches
_catches_end
protected Target _catches_end
_finally
protected Source _finally
_out
protected Source _out
ExceptionHandler
public ExceptionHandler(Code code,
ExceptionHandler parent,
boolean withfinally)
getParent
public ExceptionHandler getParent()
endTry
public void endTry()
startCatch
public void startCatch(int catchtype)
endProtectedRegion
public void endProtectedRegion()
endCatches
public void endCatches()
startFinally
public void startFinally()
endFinally
public void endFinally()
callFinally
public void callFinally()
jumpOut
public void jumpOut()
end
public void end()
getTableSize
public int getTableSize()
write
public void write(java.io.DataOutputStream output)
throws java.io.IOException
java.io.IOException