Package | Description |
---|---|
com.wewebu.expression.language | |
com.wewebu.expression.parser |
Modifier and Type | Class and Description |
---|---|
class |
OwExprArgumentsSuffix
An function arguments suffix of a primary expression.
In the expression function(2,3,'sss')
the (2,3,'sss') arguments will be parsed into an OwExprArgumentsSuffix . |
class |
OwExprArraySelectorSuffix
An array selector suffix of a primary expression.
In the expression property[2]
the [2] arguments will be parsed into an OwExprArraySelectorSuffix . |
class |
OwExprBooleanLiteral
A fixed boolean value (one of
true of false ): true!=false |
class |
OwExprFloatingPointLiteral
A fixed floating point value :
1.3211 . |
class |
OwExprIntegerLiteral
A fixed integer value :
32211 . |
class |
OwExprLiteral
An expression representing a fixed value (egg.
|
class |
OwExprNullLiteral
A fixed reserved word
null expression : a!=null |
class |
OwExprPrimaryPrefixExpression
OwExprPrimaryPrefixExpression.
|
class |
OwExprScopeSelector
OwExprScopeSelector.
|
class |
OwExprStaticArray
An expression representing a static array (inlined
array value like {1,2,3} ).
|
class |
OwExprStringLiteral
A fixed string value :
'I am a string' . |
Constructor and Description |
---|
OwExprArgumentsSuffix(OwExprSymbolTable symbolTable_p,
OwExprErrorTable errorTable_p,
OwExprPrimaryPrefix prefix_p,
List argumentsExpressions_p)
Constructor
|
OwExprArraySelectorSuffix(OwExprSymbolTable symbolTable_p,
OwExprErrorTable errorTable_p,
OwExprPrimaryPrefix prefix_p,
OwExprExpression arraySelector_p)
Constructor
|
OwExprScopeSelector(OwExprSymbolTable symTable_p,
OwExprErrorTable errorTable_p,
String scopeMemberName_p,
OwExprPrimaryPrefix prefix_p) |
Modifier and Type | Method and Description |
---|---|
OwExprPrimaryPrefix |
OwExprParser.PrimaryPrefix(OwExprSymbolTable symTable_p,
OwExprErrorTable errorTable_p) |
OwExprPrimaryPrefix |
OwExprParser.PrimarySuffix(OwExprSymbolTable symTable_p,
OwExprErrorTable errorTable_p,
OwExprPrimaryPrefix prefix_p) |
Modifier and Type | Method and Description |
---|---|
OwExprArgumentsSuffix |
OwExprParser.Arguments(OwExprSymbolTable symTable_p,
OwExprErrorTable errorTable_p,
OwExprPrimaryPrefix prefix_p) |
OwExprPrimaryPrefix |
OwExprParser.PrimarySuffix(OwExprSymbolTable symTable_p,
OwExprErrorTable errorTable_p,
OwExprPrimaryPrefix prefix_p) |
OwExprScopeSelector |
OwExprParser.ScopeSelector(OwExprSymbolTable symTable_p,
OwExprErrorTable errorTable_p,
OwExprPrimaryPrefix prefix_p) |
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.