javassist.bytecode
Class LineNumberAttribute.Pc

java.lang.Object
  extended byjavassist.bytecode.LineNumberAttribute.Pc
Enclosing class:
LineNumberAttribute

public static class LineNumberAttribute.Pc
extends java.lang.Object

Used as a return type of toNearPc().


Field Summary
 int index
          The index into the code array.
 int line
          The line number.
 
Constructor Summary
LineNumberAttribute.Pc()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

public int index
The index into the code array.


line

public int line
The line number.

Constructor Detail

LineNumberAttribute.Pc

public LineNumberAttribute.Pc()


Javassist, a Java-bytecode translator toolkit. Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.