javassist.bytecode

Class LineNumberAttribute.Pc

public static class LineNumberAttribute.Pc extends Object

Used as a return type of toNearPc().
Field Summary
intindex
The index into the code array.
intline
The line number.

Field Detail

index

public int index
The index into the code array.

line

public int line
The line number.
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.