Package | Description |
---|---|
com.wewebu.expression.language | |
com.wewebu.expression.parser |
Modifier and Type | Field and Description |
---|---|
protected OwExprSymbolTable |
OwExprExpression.m_symbolTable
Global symbol table reference
|
Modifier and Type | Method and Description |
---|---|
OwExprSymbolTable |
OwExprExpression.getSymbolTable()
|
OwExprSymbolTable |
OwExprSymbol.getSymbolTable() |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.