Methods in com.wewebu.expression.language with parameters of type OwExprSymbolTable |
OwExprExpression |
OwExprPrimaryPrefixExpression.asExpression(OwExprSymbolTable symbolTable_p)
|
static OwExprBooleanLiteral |
OwExprBooleanLiteral.instance(boolean booleanValue_p,
OwExprSymbolTable symbolTable_p,
OwExprErrorTable errorTable_p)
Single TRUE or FALSE symbol literal creator. |
static OwExprNullLiteral |
OwExprNullLiteral.instance(OwExprSymbolTable symbolTable_p,
OwExprErrorTable errorTable_p)
Single symbol literal creator. |
static OwExprStringLiteral |
OwExprStringLiteral.instance(String image_p,
OwExprSymbolTable symbolTable_p,
OwExprErrorTable errorTable_p)
Single symbol literal creator. |
static OwExprIntegerLiteral |
OwExprIntegerLiteral.instance(String image_p,
OwExprSymbolTable symbolTable_p,
OwExprErrorTable errorTable_p)
Single symbol literal creator. |
static OwExprFloatingPointLiteral |
OwExprFloatingPointLiteral.instance(String image_p,
OwExprSymbolTable symbolTable_p,
OwExprErrorTable errorTable_p)
Single symbol literal creator. |
protected static OwExprConstantSymbol |
OwExprLiteral.symbolInstance(String image_p,
OwExprSymbolTable symbolTable_p,
OwExprErrorTable errorTable_p)
Constant symbol single flyweight instance accessor. |
Constructors in com.wewebu.expression.language with parameters of type OwExprSymbolTable |
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 |
OwExprBinaryExpression(OwExprSymbolTable symTable_p,
OwExprErrorTable errorTable_p,
OwExprExpression operand1_p,
OwExprBinaryOperator operator_p,
OwExprExpression operand2_p)
Constructor |
OwExprConditionalExpression(OwExprSymbolTable symbolTable_p,
OwExprErrorTable errorTable_p,
OwExprExpression test_p,
OwExprExpression trueExpression_p,
OwExprExpression falseExpression_p)
Constructor |
OwExprDebugBracketsExpression(OwExprSymbolTable symbolTable_p,
OwExprErrorTable errorTable_p,
OwExprExpression expression_p)
|
OwExprExpression(OwExprSymbolTable symbolTable_p,
OwExprErrorTable errorTable_p)
|
OwExprLiteral(String symbolName_p,
OwExprValue value_p,
OwExprType symbolType_p,
OwExprSymbolTable symbolTable_p,
OwExprErrorTable errorTable_p)
Constructor |
OwExprPrimaryPrefixExpression(OwExprSymbolTable symbolTable_p,
OwExprErrorTable errorTable_p,
OwExprExpression expression_p)
|
OwExprScopeSelector(OwExprSymbolTable symTable_p,
OwExprErrorTable errorTable_p,
String scopeMemberName_p)
|
OwExprScopeSelector(OwExprSymbolTable symTable_p,
OwExprErrorTable errorTable_p,
String scopeMemberName_p,
OwExprPrimaryPrefix prefix_p)
|
OwExprStaticArray(OwExprSymbolTable symbolTable_p,
OwExprErrorTable errorTable_p)
|
OwExprUnaryExpression(OwExprSymbolTable symTable_p,
OwExprErrorTable errorTable_p,
OwExprUnaryOperator operator_p,
OwExprExpression operand_p)
|
OwExprUnparsableExpression(OwExprSymbolTable symbolTable_p,
OwExprErrorTable errorTable_p,
ParseException parseException_p)
|
OwExprUnparsableExpression(OwExprSymbolTable symbolTable_p,
OwExprErrorTable errorTable_p,
TokenMgrError tokenMgrError_p)
|
Methods in com.wewebu.expression.parser with parameters of type OwExprSymbolTable |
OwExprExpression |
OwExprParser.AdditiveExpression(OwExprSymbolTable symTable_p,
OwExprErrorTable errorTable_p)
|
List |
OwExprParser.ArgumentList(OwExprSymbolTable symTable_p,
OwExprErrorTable errorTable_p)
|
OwExprArgumentsSuffix |
OwExprParser.Arguments(OwExprSymbolTable symTable_p,
OwExprErrorTable errorTable_p,
OwExprPrimaryPrefix prefix_p)
|
OwExprBooleanLiteral |
OwExprParser.BooleanLiteral(OwExprSymbolTable symTable_p,
OwExprErrorTable errorTable_p)
|
OwExprExpression |
OwExprParser.ConditionalAndExpression(OwExprSymbolTable symTable_p,
OwExprErrorTable errorTable_p)
|
OwExprExpression |
OwExprParser.ConditionalExpression(OwExprSymbolTable symTable_p,
OwExprErrorTable errorTable_p)
|
OwExprExpression |
OwExprParser.ConditionalOrExpression(OwExprSymbolTable symTable_p,
OwExprErrorTable errorTable_p)
|
OwExprExpression |
OwExprParser.EqualityExpression(OwExprSymbolTable symTable_p,
OwExprErrorTable errorTable_p)
|
OwExprExpression |
OwExprParser.ExclusiveOrExpression(OwExprSymbolTable symTable_p,
OwExprErrorTable errorTable_p)
|
OwExprExpression |
OwExprParser.Expression(OwExprSymbolTable symTable_p,
OwExprErrorTable errorTable_p)
|
OwExprLiteral |
OwExprParser.Literal(OwExprSymbolTable symTable_p,
OwExprErrorTable errorTable_p)
|
OwExprExpression |
OwExprParser.MultiplicativeExpression(OwExprSymbolTable symTable_p,
OwExprErrorTable errorTable_p)
|
OwExprNullLiteral |
OwExprParser.NullLiteral(OwExprSymbolTable symTable_p,
OwExprErrorTable errorTable_p)
|
OwExprExpression |
OwExprParser.PrimaryExpression(OwExprSymbolTable symTable_p,
OwExprErrorTable errorTable_p)
|
OwExprPrimaryPrefix |
OwExprParser.PrimaryPrefix(OwExprSymbolTable symTable_p,
OwExprErrorTable errorTable_p)
|
OwExprPrimaryPrefix |
OwExprParser.PrimarySuffix(OwExprSymbolTable symTable_p,
OwExprErrorTable errorTable_p,
OwExprPrimaryPrefix prefix_p)
|
OwExprExpression |
OwExprParser.RelationalExpression(OwExprSymbolTable symTable_p,
OwExprErrorTable errorTable_p)
|
OwExprScopeSelector |
OwExprParser.ScopeSelector(OwExprSymbolTable symTable_p,
OwExprErrorTable errorTable_p,
OwExprPrimaryPrefix prefix_p)
|
OwExprStaticArray |
OwExprParser.StaticArray(OwExprSymbolTable symTable_p,
OwExprErrorTable errorTable_p)
|
OwExprExpression |
OwExprParser.UnaryExpression(OwExprSymbolTable symTable_p,
OwExprErrorTable errorTable_p)
|
OwExprExpression |
OwExprParser.UnaryExpressionNotPlusMinus(OwExprSymbolTable symTable_p,
OwExprErrorTable errorTable_p)
|