org.eclipse.mofscript.runtime
Class Variable
java.lang.Object
org.eclipse.mofscript.runtime.Variable
public class Variable
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
type
public java.lang.String type
assignedExpression
public Expression assignedExpression
value
public java.lang.Object value
isConstant
public boolean isConstant
Variable
public Variable()
Variable
public Variable(VariableDeclaration vd)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String t)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String n)
getAssignedExpression
public Expression getAssignedExpression()
getValue
public java.lang.Object getValue()
setValue
public void setValue(java.lang.Object v)
isConstant
public boolean isConstant()