public class HotSpotUnresolvedField extends Object implements JavaField
JavaField for an unresolved field.| Modifier and Type | Field and Description |
|---|---|
private JavaType |
holder |
private String |
name |
private JavaType |
type |
| Constructor and Description |
|---|
HotSpotUnresolvedField(JavaType holder,
String name,
JavaType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
JavaType |
getDeclaringClass()
Returns the
JavaType object representing the class or interface that declares this
field. |
String |
getName()
Returns the name of this field.
|
JavaType |
getType()
Returns a
JavaType object that identifies the declared type for this field. |
int |
hashCode() |
String |
toString()
Converts this compiler interface field to a string.
|
public HotSpotUnresolvedField(JavaType holder, String name, JavaType type)
public String getName()
JavaFieldpublic JavaType getType()
JavaFieldJavaType object that identifies the declared type for this field.public JavaType getDeclaringClass()
JavaFieldJavaType object representing the class or interface that declares this
field.getDeclaringClass in interface JavaField