Package | Description |
---|---|
com.wewebu.expression.language | |
com.wewebu.expression.parser |
Modifier and Type | Class and Description |
---|---|
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 |
OwExprNullLiteral
A fixed reserved word
null expression : a!=null |
class |
OwExprStringLiteral
A fixed string value :
'I am a string' . |
Modifier and Type | Method and Description |
---|---|
OwExprLiteral |
OwExprConstantSymbol.getLiteral() |
Modifier and Type | Method and Description |
---|---|
OwExprConstantSymbol |
OwExprSymbolTable.addConstantSymbol(OwExprLiteral literal_p,
String name_p,
OwExprType types_p) |
Constructor and Description |
---|
OwExprConstantSymbol(OwExprLiteral literal_p,
String name_p,
OwExprType[] types_p)
Constructor
|
Modifier and Type | Method and Description |
---|---|
OwExprLiteral |
OwExprParser.Literal(OwExprSymbolTable symTable_p,
OwExprErrorTable errorTable_p) |
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.