Package com.igormaznitsa.jcp.expression
-
Interface Summary Interface Description ExpressionItem The interface describes an object which can be used during expression calculations -
Class Summary Class Description Expression The main class to calculate expressionsExpressionParser This class is a parser allows to parse an expression and make a tree as the outputExpressionTree The class describes an object contains an expression treeExpressionTreeElement The class describes a wrapper around an expression item to be saved into an expression treeValue The class describes an expression value i.e.Variable The class describes an expression variable -
Enum Summary Enum Description ExpressionItemPriority ExpressionItemType ExpressionParser.ParserState The enumeration describes inside states of the parsesExpressionParser.SpecialItem The enumeration describes some special items which can be met in the expressionValueType The enumeration contains all allowed types for expression values and their signatures