Package manifold.preprocessor.expression
Class TerminalExpression
- java.lang.Object
-
- manifold.preprocessor.expression.Expression
-
- manifold.preprocessor.expression.TerminalExpression
-
- Direct Known Subclasses:
EmptyExpression,Identifier,NumberLiteral,StringLiteral
public abstract class TerminalExpression extends Expression
-
-
Constructor Summary
Constructors Constructor Description TerminalExpression(int startOffset, int endOffset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Expression>getChildren()-
Methods inherited from class manifold.preprocessor.expression.Expression
evaluate, getEndOffset, getStartOffset, getValue, hasErrors, visitErrors
-
-
-
-
Method Detail
-
getChildren
public List<Expression> getChildren()
- Specified by:
getChildrenin classExpression
-
-