public class Variable extends Parameter
factory, type
Constructor and Description |
---|
Variable()
Creates a default Variable parameter.
|
Variable(java.lang.String name,
java.lang.String type)
Creates a variable parameter with the given name and type.
|
Modifier and Type | Method and Description |
---|---|
Variable |
snapshot()
Takes a snapshot of this Variable.
|
assign, evaluate, getBound, getContent, isAssignable, isBound, rebind, rebind, resolve, setBound, setContent, toString, unbind
equals, getName, getType, hashCode, isBottom, isOrdered, setType
safeEquals, safeHashCode, semanticError
public Variable()
public Variable(java.lang.String name, java.lang.String type)
name
- the name of this Variable.type
- the type of this Variable.public Variable snapshot()