Package com.bc.ceres.binio.expr
Class AbstractExpression
- java.lang.Object
-
- com.bc.ceres.binio.expr.AbstractExpression
-
- All Implemented Interfaces:
Expression
- Direct Known Subclasses:
ChoiceExpr,CompoundExpr,ConstantExpr,ReferenceExpr,SelectionExpr,SequenceExpr
public abstract class AbstractExpression extends Object implements Expression
todo - API doc
-
-
Constructor Summary
Constructors Constructor Description AbstractExpression()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpressiongetParent()voidsetParent(Expression parent)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.bc.ceres.binio.expr.Expression
evaluate, isConstant
-
-
-
-
Method Detail
-
getParent
public Expression getParent()
- Specified by:
getParentin interfaceExpression
-
setParent
public void setParent(Expression parent)
- Specified by:
setParentin interfaceExpression
-
-