Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Compil3r.BytecodeAnalysis
Class Bytecodes.CodeException  view Bytecodes.CodeException download Bytecodes.CodeException.java

java.lang.Object
  extended byCompil3r.BytecodeAnalysis.Bytecodes.CodeException
Enclosing class:
Bytecodes

public static class Bytecodes.CodeException
extends java.lang.Object


Field Summary
private  Bytecodes.InstructionHandle end
           
private  Bytecodes.InstructionHandle handler
           
private  Bytecodes.InstructionHandle start
           
private  Clazz.jq_Class type
           
 
Constructor Summary
Bytecodes.CodeException(Bytecodes.InstructionHandle start, Bytecodes.InstructionHandle end, Clazz.jq_Class type, Bytecodes.InstructionHandle handler)
           
Bytecodes.CodeException(Bytecodes.InstructionList il, byte[] b, Clazz.jq_TryCatchBC tc)
           
 
Method Summary
 Clazz.jq_TryCatchBC finish()
           
 Bytecodes.InstructionHandle getEndPC()
           
 Bytecodes.InstructionHandle getHandlerPC()
           
 Bytecodes.InstructionHandle getStartPC()
           
 void setEndPC(Bytecodes.InstructionHandle i)
           
 void setHandlerPC(Bytecodes.InstructionHandle i)
           
 void setStartPC(Bytecodes.InstructionHandle i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

private Bytecodes.InstructionHandle start

end

private Bytecodes.InstructionHandle end

handler

private Bytecodes.InstructionHandle handler

type

private Clazz.jq_Class type
Constructor Detail

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)
Method Detail

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()