- java.lang.Object
-
- de.carne.mcd.jvmdecoder.classfile.NameDescriptorIndex
-
public final class NameDescriptorIndex extends java.lang.ObjectName and descriptor index pair used reference fields and methods.
-
-
Constructor Summary
Constructors Constructor Description NameDescriptorIndex(int nameIndex, int descriptorIndex)Constructs an new NameDescriptorIndex.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdescriptorIndex()Gets the descriptor index.intnameIndex()Gets the name index.java.lang.StringtoString()
-
-
-
Constructor Detail
-
NameDescriptorIndex
public NameDescriptorIndex(int nameIndex, int descriptorIndex)Constructs an new NameDescriptorIndex.- Parameters:
nameIndex- the name index.descriptorIndex- the descriptor index.
-
-