Package org.openjdk.asmtools.jasm
Class Indexer
java.lang.Object
org.openjdk.asmtools.jasm.Indexer
- Direct Known Subclasses:
BootstrapMethodData
,CodeAttr.Local
,ConstCell
Indexer a position starting from 0 of a constant cell in the Constant Pool.
Also, the class is used to hold uninitialized (isSet == false) and initialized (isSet == true) indexes,counters:
max_stack, max_locals, Trap.start_pc, Trap.end_pc
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NotSet
public static final int NotSet- See Also:
-
cpIndex
protected int cpIndex
-
-
Constructor Details
-
Indexer
Indexer() -
Indexer
Indexer(int cpIndex)
-
-
Method Details