public abstract class MemberRefConstant extends Object
Constructor and Description |
---|
MemberRefConstant() |
Modifier and Type | Method and Description |
---|---|
ClassConstant |
getClassConstant()
Class that contains the method/field in question.
|
String |
getClazz()
Gets the internal name of the class that contains method/field in question.
|
String |
getDescriptor()
Its type descriptor, a combination of field/method return type and parameter types.
|
String |
getName()
Name of the field/method.
|
NameAndTypeConstant |
getNameAndTypeConstant()
Signature of the method/field.
|
public String getClazz()
public ClassConstant getClassConstant()
public String getName()
public String getDescriptor()
public NameAndTypeConstant getNameAndTypeConstant()
Copyright © 2013. All rights reserved.