Uses of Class
org.hotswap.agent.javassist.bytecode.LineNumberAttribute.Pc
-
Packages that use LineNumberAttribute.Pc Package Description org.hotswap.agent.javassist.bytecode Bytecode-level API. -
-
Uses of LineNumberAttribute.Pc in org.hotswap.agent.javassist.bytecode
Methods in org.hotswap.agent.javassist.bytecode that return LineNumberAttribute.Pc Modifier and Type Method Description LineNumberAttribute.PcLineNumberAttribute. 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.
-