java.lang.Object
Compil3r.BytecodeAnalysis.Bytecodes.CodeException
- Enclosing class:
- Bytecodes
- public static class Bytecodes.CodeException
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
start
private Bytecodes.InstructionHandle start
end
private Bytecodes.InstructionHandle end
handler
private Bytecodes.InstructionHandle handler
type
private Clazz.jq_Class type
Bytecodes.CodeException
public Bytecodes.CodeException(Bytecodes.InstructionList il,
byte[] b,
Clazz.jq_TryCatchBC tc)
Bytecodes.CodeException
public Bytecodes.CodeException(Bytecodes.InstructionHandle start,
Bytecodes.InstructionHandle end,
Clazz.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 Clazz.jq_TryCatchBC finish()