javassist.bytecode
Class LineNumberAttribute.Pc
java.lang.Object
javassist.bytecode.LineNumberAttribute.Pc
- Enclosing class:
- LineNumberAttribute
public static class LineNumberAttribute.Pc
- extends Object
Used as a return type of toNearPc()
.
Field Summary |
int |
index
The index into the code array. |
int |
line
The line number. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
index
public int index
- The index into the code array.
line
public int line
- The line number.
LineNumberAttribute.Pc
public LineNumberAttribute.Pc()
Copyright © 2011. All Rights Reserved.