Class ConstantNameAndType
- java.lang.Object
-
- org.jd.core.v1.model.classfile.constant.Constant
-
- org.jd.core.v1.model.classfile.constant.ConstantNameAndType
-
public class ConstantNameAndType extends Constant
-
-
Field Summary
Fields Modifier and Type Field Description protected int
descriptorIndex
protected int
nameIndex
-
Fields inherited from class org.jd.core.v1.model.classfile.constant.Constant
CONSTANT_Class, CONSTANT_Double, CONSTANT_FieldRef, CONSTANT_Float, CONSTANT_Integer, CONSTANT_InterfaceMethodRef, CONSTANT_InvokeDynamic, CONSTANT_Long, CONSTANT_MemberRef, CONSTANT_MethodHandle, CONSTANT_MethodRef, CONSTANT_MethodType, CONSTANT_NameAndType, CONSTANT_String, CONSTANT_Unknown, CONSTANT_Utf8, tag
-
-
Constructor Summary
Constructors Constructor Description ConstantNameAndType(int nameIndex, int descriptorIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDescriptorIndex()
int
getNameIndex()
-