Package org.openjdk.asmtools.jasm
Class NameInfo
- Direct Known Subclasses:
ModuleContent.TargetType
Wrapper for Pair class for keeping Name information that is the Constant Pool Index and Corresponding Name.
Usually only one field is set if Option.CPX "CP index along with arguments" is used then cpIndex is set
otherwise a name. Or manually changed jasm file has both Constant Pool entries and names
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NameInfo
-
NameInfo
public NameInfo()
-
-
Method Details
-
name
-
setName
-
cpIndex
public int cpIndex() -
setCpIndex
-
isEmpty
public boolean isEmpty()
-