wugle.expression
Interface Value

All Superinterfaces:
java.lang.Cloneable, Expression
All Known Subinterfaces:
Dominator, TruthValue
All Known Implementing Classes:
AbstractValue, False, True

public interface Value
extends Expression

Expression that has a value.

Value is an Expression that has or can be assigned a defined value.

Version:
0.1.3
Author:
Jacob Perkins

Method Summary
 java.lang.Object getValue()
          Gets the value of the Expression.
 
Methods inherited from interface wugle.expression.Expression
clone, getParent, getSymbol, isEqual, setParent
 

Method Detail

getValue

public java.lang.Object getValue()
Gets the value of the Expression.

Returns:
The value