Uses of Class
javassist.bytecode.LineNumberAttribute.Pc

Packages that use LineNumberAttribute.Pc
javassist.bytecode Bytecode-level API. 
 

Uses of LineNumberAttribute.Pc in javassist.bytecode
 

Methods in javassist.bytecode that return LineNumberAttribute.Pc
 LineNumberAttribute.Pc LineNumberAttribute.toNearPc(int line)
          Returns the index into the code array at which the code for the specified line (or the nearest line after the specified one) begins.
 



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