joeq.Compiler.BytecodeAnalysis
Class Bytecodes.CodeException
java.lang.Object
joeq.Compiler.BytecodeAnalysis.Bytecodes.CodeException
- Enclosing interface:
- Bytecodes
public static class Bytecodes.CodeException
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Bytecodes.CodeException
public Bytecodes.CodeException(Bytecodes.InstructionList il,
byte[] b,
jq_TryCatchBC tc)
Bytecodes.CodeException
public Bytecodes.CodeException(Bytecodes.InstructionHandle start,
Bytecodes.InstructionHandle end,
jq_Class type,
Bytecodes.InstructionHandle handler)
getStartPC
public Bytecodes.InstructionHandle getStartPC()
setStartPC
public void setStartPC(Bytecodes.InstructionHandle i)
getEndPC
public Bytecodes.InstructionHandle getEndPC()
setEndPC
public void setEndPC(Bytecodes.InstructionHandle i)
getHandlerPC
public Bytecodes.InstructionHandle getHandlerPC()
setHandlerPC
public void setHandlerPC(Bytecodes.InstructionHandle i)
finish
public jq_TryCatchBC finish()
Copyright © 2001-2008 John Whaley. All Rights Reserved.