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