static OwExprType |
OwExprType.fromJavaType(Object javaObject_p)
Static java object type to expression language type conversion helper.
Methods in com.wewebu.expression.language with parameters of type OwExprType
Modifier and Type |
Method and Description |
void |
OwExprUnaryConversionTable.add(OwExprType[] types_p,
OwExprType conversion_p)
Adds a multiple operand types conversion rule
|
void |
OwExprUnaryConversionTable.add(OwExprType[] types_p,
OwExprType conversion_p)
Adds a multiple operand types conversion rule
|
void |
OwExprBinaryConversionTable.add(OwExprType[] types1_p,
OwExprType type2_p,
OwExprType conversion_p)
Adds a conversion rule
|
void |
OwExprBinaryConversionTable.add(OwExprType[] types1_p,
OwExprType type2_p,
OwExprType conversion_p)
Adds a conversion rule
|
void |
OwExprUnaryConversionTable.add(OwExprType type_p,
OwExprType conversion_p)
Adds conversion rule
|
void |
OwExprBinaryConversionTable.add(OwExprType type1_p,
OwExprType[] types2_p,
OwExprType conversion_p)
Adds a conversion rule
|
void |
OwExprBinaryConversionTable.add(OwExprType type1_p,
OwExprType[] types2_p,
OwExprType conversion_p)
Adds a conversion rule
|
void |
OwExprBinaryConversionTable.add(OwExprType type1_p,
OwExprType type2_p,
OwExprType conversion_p)
Adds a conversion rule
|
OwExprConstantSymbol |
OwExprSymbolTable.addConstantSymbol(OwExprLiteral literal_p,
String name_p,
OwExprType types_p) |
OwExprFunctionSymbol |
OwExprSymbolTable.addFunctionSymbol(OwExprSymbol parent_p,
String name_p,
OwExprType[] types_p) |
OwExprFunctionSymbol |
OwExprSymbol.addFunctionSymbol(String name_p,
OwExprType[] types_p)
Adds a function sub-symbol to this symbol.
|
OwExprPropertySymbol |
OwExprSymbolTable.addPropertySymbol(OwExprSymbol parent_p,
String name_p,
OwExprType[] types_p) |
OwExprPropertySymbol |
OwExprSymbol.addPropertySymbol(String name_p,
OwExprType[] types_p)
Adds a property sub-symbol to this symbol.
|
boolean |
OwExprExpressionType.canInfer(OwExprType type_p) |
OwExprType |
OwExprUnaryOperator.computeType(OwExprType type_p)
Type computation method.
|
OwExprType |
OwExprBinaryOperator.computeType(OwExprType type1_p,
OwExprType type2_p)
Type computation method.
|
OwExprType |
OwExprUnaryConversionTable.convert(OwExprType type_p) |
OwExprType |
OwExprBinaryConversionTable.convert(OwExprType type1_p,
OwExprType type2_p) |
Set |
OwExprUnaryConversionTable.getConversionsType(OwExprType type_p) |
Set |
OwExprBinaryConversionTable.getConversionsType1(OwExprType type_p) |
Set |
OwExprBinaryConversionTable.getConversionsType2(OwExprType type_p) |
Constructors in com.wewebu.expression.language with parameters of type OwExprType
Constructor and Description |
OwExprAnonymousSymbol(OwExprSymbol parent_p,
String name_p,
OwExprType type_p)
Constructor
|
OwExprAnonymousSymbol(OwExprSymbol parent_p,
String name_p,
OwExprType[] types_p)
Constructor
|
OwExprBinaryExpressionType(OwExprBinaryOperator binaryOperator_p,
OwExprExpressionType type1_p,
OwExprExpressionType type2_p,
OwExprType type_p)
Constructor
|
OwExprBinaryExpressionType(OwExprBinaryOperator binaryOperator_p,
OwExprExpressionType type1_p,
OwExprExpressionType type2_p,
OwExprType[] inferringTypes_p)
Constructor
|
OwExprConstantSymbol(OwExprLiteral literal_p,
String name_p,
OwExprType[] types_p)
Constructor
|
OwExprExpressionType(OwExprType type_p)
Constructor
|
OwExprExpressionType(OwExprType[] inferringTypes_p)
Constructor
|
OwExprFunctionSymbol(OwExprSymbol parent_p,
String name_p,
OwExprType[] types_p) |
OwExprLiteral(String symbolName_p,
OwExprValue value_p,
OwExprType symbolType_p,
OwExprSymbolTable symbolTable_p,
OwExprErrorTable errorTable_p)
Constructor
|
OwExprPropertySymbol(OwExprSymbol parent_p,
String name_p,
OwExprType[] types_p) |
OwExprSymbol(OwExprSymbol parent_p,
String name_p,
OwExprType type_p)
Constructor
|
OwExprSymbol(OwExprSymbol parent_p,
String name_p,
OwExprType[] types_p)
Constructor
|
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.
|