Package | Description |
---|---|
com.wewebu.expression.language |
Modifier and Type | Class and Description |
---|---|
class |
OwExprArithmeticUnaryOperator
An arithmetic unary operator.
|
class |
OwExprUnaryMinusOperator
Unary minus operator :
-2 , -4.554 , -property . |
class |
OwExprUnaryNegateOperator
OwExprUnaryNegateOperator.
|
class |
OwExprUnaryPlusOperator
OwExprUnaryPlusOperator.
|
Modifier and Type | Field and Description |
---|---|
static OwExprUnaryOperator |
OwExprUnaryMinusOperator.INSTANCE |
static OwExprUnaryOperator |
OwExprUnaryPlusOperator.INSTANCE |
Modifier and Type | Method and Description |
---|---|
OwExprValue |
OwExprBooleanValue.accept(OwExprUnaryOperator unaryOperator_p) |
OwExprValue |
OwExprValue.accept(OwExprUnaryOperator unaryOperator_p)
Unary operator visitor acceptance method
|
OwExprValue |
OwExprNumericValue.accept(OwExprUnaryOperator unaryOperator_p) |
Constructor and Description |
---|
OwExprUnaryExpression(OwExprSymbolTable symTable_p,
OwExprErrorTable errorTable_p,
OwExprUnaryOperator operator_p,
OwExprExpression operand_p) |
OwExprUnaryExpressionType(OwExprUnaryOperator operator_p,
OwExprExpressionType generatorType_p,
Collection inferringTypes_p) |
OwExprUnaryExpressionType(OwExprUnaryOperator operator_p,
OwExprExpressionType generatorType_p,
OwExprType type_p) |
OwExprUnaryExpressionType(OwExprUnaryOperator operator_p,
OwExprExpressionType generatorType_p,
OwExprType[] inferringTypes_p) |
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.