Package manifold.preprocessor.expression
Class EmptyExpression
- java.lang.Object
-
- manifold.preprocessor.expression.Expression
-
- manifold.preprocessor.expression.TerminalExpression
-
- manifold.preprocessor.expression.EmptyExpression
-
public class EmptyExpression extends TerminalExpression
-
-
Constructor Summary
Constructors Constructor Description EmptyExpression(int tokenStart)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanevaluate(Definitions definitions)StringtoString()-
Methods inherited from class manifold.preprocessor.expression.TerminalExpression
getChildren
-
Methods inherited from class manifold.preprocessor.expression.Expression
getEndOffset, getStartOffset, getValue, hasErrors, visitErrors
-
-
-
-
Method Detail
-
evaluate
public boolean evaluate(Definitions definitions)
- Specified by:
evaluatein classExpression
-
-