joeq.Compiler.BytecodeAnalysis
Class Bytecodes.LineNumber

java.lang.Object
  extended by joeq.Compiler.BytecodeAnalysis.Bytecodes.LineNumber
Enclosing interface:
Bytecodes

public static class Bytecodes.LineNumber
extends Object


Constructor Summary
Bytecodes.LineNumber(Bytecodes.InstructionList il, jq_LineNumberBC tc)
           
 
Method Summary
 jq_LineNumberBC finish()
           
 Bytecodes.InstructionHandle getStartPC()
           
 void setStartPC(Bytecodes.InstructionHandle i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bytecodes.LineNumber

public Bytecodes.LineNumber(Bytecodes.InstructionList il,
                            jq_LineNumberBC tc)
Method Detail

getStartPC

public Bytecodes.InstructionHandle getStartPC()

setStartPC

public void setStartPC(Bytecodes.InstructionHandle i)

finish

public jq_LineNumberBC finish()


Copyright © 2001-2008 John Whaley. All Rights Reserved.