Package javassist.bytecode
Class LineNumberAttribute.Pc
java.lang.Object
javassist.bytecode.LineNumberAttribute.Pc
- Enclosing class:
LineNumberAttribute
Used as a return type of
toNearPc()
.-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
index
public int indexThe index into the code array. -
line
public int lineThe line number.
-
-
Constructor Details
-
Pc
public Pc()
-