public class Variable
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
VariableType |
type |
| Modifier | Constructor and Description |
|---|---|
protected |
Variable(VariableType type) |
| Modifier and Type | Method and Description |
|---|---|
VariableType |
getType() |
java.lang.String |
toString() |
public VariableType type
protected Variable(VariableType type)
public VariableType getType()
public java.lang.String toString()
toString in class java.lang.Object