|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OwExprPrimaryPrefix | |
|---|---|
| com.wewebu.expression.language | |
| com.wewebu.expression.parser | |
| Uses of OwExprPrimaryPrefix in com.wewebu.expression.language |
|---|
| Classes in com.wewebu.expression.language that implement OwExprPrimaryPrefix | |
|---|---|
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'. |
| Constructors in com.wewebu.expression.language with parameters of type OwExprPrimaryPrefix | |
|---|---|
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)
|
|
| Uses of OwExprPrimaryPrefix in com.wewebu.expression.parser |
|---|
| Methods in com.wewebu.expression.parser that return OwExprPrimaryPrefix | |
|---|---|
OwExprPrimaryPrefix |
OwExprParser.PrimaryPrefix(OwExprSymbolTable symTable_p,
OwExprErrorTable errorTable_p)
|
OwExprPrimaryPrefix |
OwExprParser.PrimarySuffix(OwExprSymbolTable symTable_p,
OwExprErrorTable errorTable_p,
OwExprPrimaryPrefix prefix_p)
|
| Methods in com.wewebu.expression.parser with parameters of type OwExprPrimaryPrefix | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||