Package | Description |
---|---|
com.wewebu.expression.language | |
com.wewebu.expression.parser |
Class and Description | |||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
OwExprAndOperator
The boolean logic
AND operator. |
|||||||||||||||||||||||||||||||||||||||||||||||||
OwExprArithmeticUnaryOperator
An arithmetic unary operator.
|
|||||||||||||||||||||||||||||||||||||||||||||||||
OwExprBinaryConversionTable
Binary conversion tables are bidimensional-array like structures holding information on how
a binary operator should perform type conversions.
Column and row type indexes can be matched against left and right operands type indexes and the resulted conversion type is the element found at the matched indexes in the table. |
|||||||||||||||||||||||||||||||||||||||||||||||||
OwExprBinaryExpressionType
Expression type of all binary expressions.
Applies custom-binary regression rules. |
|||||||||||||||||||||||||||||||||||||||||||||||||
OwExprBinaryOperator
Binary operator class (egg.
|
|||||||||||||||||||||||||||||||||||||||||||||||||
OwExprBooleanLiteral
A fixed boolean value (one of
true of false ): true!=false |
|||||||||||||||||||||||||||||||||||||||||||||||||
OwExprBooleanOperator
A boolean operator base class.
|
|||||||||||||||||||||||||||||||||||||||||||||||||
OwExprBooleanValue
The standard boolean value.
|
|||||||||||||||||||||||||||||||||||||||||||||||||
OwExprComparisonOperator
A comparison operator base class.
|
|||||||||||||||||||||||||||||||||||||||||||||||||
OwExprConstantSymbol
Constant symbols represent symbol table recordings of fixed values.
|
|||||||||||||||||||||||||||||||||||||||||||||||||
OwExprDateValue
A date value built around the
Calendar Java implementation. |
|||||||||||||||||||||||||||||||||||||||||||||||||
OwExprDivideOperator
OwExprDivideOperator.
|
|||||||||||||||||||||||||||||||||||||||||||||||||
OwExprEqualityOperator
OwExprEqualityOperator.
|
|||||||||||||||||||||||||||||||||||||||||||||||||
OwExprErrorTable
OwExprErrorTable.
|
|||||||||||||||||||||||||||||||||||||||||||||||||
OwExprEvaluationException
OwExprEvaluationException.
|
|||||||||||||||||||||||||||||||||||||||||||||||||
OwExprException
OwExprException.
|
|||||||||||||||||||||||||||||||||||||||||||||||||
OwExprExpression
An expression language compiled expression.
|
|||||||||||||||||||||||||||||||||||||||||||||||||
OwExprExpressionType
Compiled expression-type class.
Compiled expressions might result in multiple value types (see OwExprType ) (the resulted type
depends on the properties and function types which are discovered at evaluation time). |
|||||||||||||||||||||||||||||||||||||||||||||||||
OwExprExternalScope
External scopes are property and function domains Java API interfaces.
External scopes can be used on their own as collections of properties and functions. |
|||||||||||||||||||||||||||||||||||||||||||||||||
OwExprFloatingPointLiteral
A fixed floating point value :
1.3211 . |
|||||||||||||||||||||||||||||||||||||||||||||||||
OwExprFunction
The expression language function interface.
|
|||||||||||||||||||||||||||||||||||||||||||||||||
OwExprFunctionSymbol
Function symbols represent symbol table recordings of function pointing symbols in the
expressions.
|