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