public interface Expression
Expression interface is to be implemented by the nodes of the Abstract Syntax Tree
produced by the ExpressionParser class.boolean interpret(Version version)
version - the version to interpret againstCopyright © 2016. All rights reserved.