com.wewebu.expression.language
Class OwExprComparisonOperator

java.lang.Object
  extended by com.wewebu.expression.language.OwExprOperator
      extended by com.wewebu.expression.language.OwExprBinaryOperator
          extended by com.wewebu.expression.language.OwExprComparisonOperator
Direct Known Subclasses:
OwExprGreaterEqOperator, OwExprGreaterOperator, OwExprLessEqOperator, OwExprLessOperator

public abstract class OwExprComparisonOperator
extends OwExprBinaryOperator

A comparison operator base class.

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


Constructor Summary
OwExprComparisonOperator(String image_p)
          Constructor
 
Method Summary
 
Methods inherited from class com.wewebu.expression.language.OwExprBinaryOperator
binaryEvaluation, computeExpressionType, computeType, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, getRegressingTypes1, getRegressingTypes2
 
Methods inherited from class com.wewebu.expression.language.OwExprOperator
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OwExprComparisonOperator

public OwExprComparisonOperator(String image_p)
Constructor

Parameters:
image_p - literal operator representation


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.