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 SummaryConstructors Constructor Description AbstractExpression()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpressiongetParent()voidsetParent(Expression parent)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.bc.ceres.binio.expr.Expressionevaluate, isConstant
 
- 
 
- 
- 
- 
Method Detail- 
getParentpublic Expression getParent() - Specified by:
- getParentin interface- Expression
 
 - 
setParentpublic void setParent(Expression parent) - Specified by:
- setParentin interface- Expression
 
 
- 
 
-