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