Package | Description |
---|---|
com.wewebu.expression.language | |
com.wewebu.expression.parser |
Modifier and Type | Method and Description |
---|---|
void |
OwExprErrorTable.add(ParseException e_p) |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
OwExprUnparsableExpression(OwExprSymbolTable symbolTable_p,
OwExprErrorTable errorTable_p,
ParseException parseException_p) |
Modifier and Type | Method and Description |
---|---|
ParseException |
OwExprParser.generateParseException()
Generate ParseException.
|
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.