public class VariableTypeWrapper extends java.lang.Object implements java.lang.Comparable<VariableTypeWrapper>
| Modifier and Type | Field and Description |
|---|---|
private NamedVariableType |
wrappedType
The wrapped Type.
|
| Constructor and Description |
|---|
VariableTypeWrapper(NamedVariableType toWrap)
Constructor, just sets fields.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(VariableTypeWrapper o) |
boolean |
equals(java.lang.Object o) |
NamedVariableType |
getWrappedType() |
int |
hashCode() |
private final NamedVariableType wrappedType
public VariableTypeWrapper(NamedVariableType toWrap)
toWrap - The assignment to wrap.public NamedVariableType getWrappedType()
public int compareTo(VariableTypeWrapper o)
compareTo in interface java.lang.Comparable<VariableTypeWrapper>public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object