public interface Expression
Expression
interface is to be implemented
by the nodes of the Abstract Syntax Tree produced by
the ExpressionParser
class.Modifier and Type | Method and Description |
---|---|
boolean |
interpret(Version version)
Interprets the expression.
|
boolean interpret(Version version)
version
- the version to interpret againstCopyright © 2017. All rights reserved.