public class StaticFieldRoot extends ComparisonOperandRoot
| Constructor and Description |
|---|
StaticFieldRoot(TypeRef type) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ComparisonOperandVisitor visitor) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
TypeRef |
type() |
parent, rootpublic StaticFieldRoot(TypeRef type)
public TypeRef type()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic void accept(ComparisonOperandVisitor visitor)