public class RefResState extends AbstractRefState
| Modifier and Type | Field and Description |
|---|---|
private NamedVariableType |
type
Represents the resolved type.
|
| Constructor and Description |
|---|
RefResState(NamedVariableType type)
Constructor, tries to set the field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(RefStateVisitor vis)
accept method for visitor pattern.
|
boolean |
equals(java.lang.Object obj) |
NamedVariableType |
getType()
Returns the field type.
|
int |
hashCode() |
getValueprivate final NamedVariableType type
public RefResState(NamedVariableType type)
type - The type to set.public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic NamedVariableType getType()
getType in class AbstractRefStatepublic void accept(RefStateVisitor vis)
AbstractRefStateaccept in class AbstractRefStatevis - the visitor.