public class OwExprBinaryExpressionType extends OwExprExpressionType
Expression type of all binary expressions.
Applies custom-binary regression rules.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
m_inferringTypes, NOTYPE| Constructor and Description |
|---|
OwExprBinaryExpressionType(OwExprBinaryOperator binaryOperator_p,
OwExprExpressionType type1_p,
OwExprExpressionType type2_p,
Collection inferringTypes_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
|
public OwExprBinaryExpressionType(OwExprBinaryOperator binaryOperator_p, OwExprExpressionType type1_p, OwExprExpressionType type2_p, Collection inferringTypes_p)
binaryOperator_p - the binary operator the holding expression of this type is based ontype1_p - left side operand expression typetype2_p - right side operand expression typeinferringTypes_p - the initial inferred typespublic OwExprBinaryExpressionType(OwExprBinaryOperator binaryOperator_p, OwExprExpressionType type1_p, OwExprExpressionType type2_p, OwExprType type_p)
binaryOperator_p - the binary operator the holding expression of this type is based ontype1_p - left side operand expression typetype2_p - right side operand expression typetype_p - the initial inferred typepublic OwExprBinaryExpressionType(OwExprBinaryOperator binaryOperator_p, OwExprExpressionType type1_p, OwExprExpressionType type2_p, OwExprType[] inferringTypes_p)
binaryOperator_p - the binary operator the holding expression of this type is based ontype1_p - left side operand expression typetype2_p - right side operand expression typeinferringTypes_p - the initial inferred typesCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.