Class ConstantRef
java.lang.Object
de.inetsoftware.classparser.ConstantRef
- All Implemented Interfaces:
Member
- Direct Known Subclasses:
ConstantFieldRef, ConstantInterfaceRef, ConstantMethodRef
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstantRef(ConstantClass constClass, ConstantNameAndType nameAndType) Create a new instance. -
Method Summary
-
Field Details
-
constClass
-
nameAndType
-
-
Constructor Details
-
ConstantRef
ConstantRef(ConstantClass constClass, ConstantNameAndType nameAndType) Create a new instance.- Parameters:
constClass- the class descriptionnameAndType- the name and type description
-
-
Method Details
-
getName
-
getClassName
The class name of the declaring class like "java/lang/Object".- Specified by:
getClassNamein interfaceMember- Returns:
- the class name
-
getType
-
getConstantClass
-