com.wewebu.expression.language
Class OwExprBooleanOperator

java.lang.Object
  extended by com.wewebu.expression.language.OwExprOperator
      extended by com.wewebu.expression.language.OwExprBinaryOperator
          extended by com.wewebu.expression.language.OwExprBooleanOperator
Direct Known Subclasses:
OwExprAndOperator, OwExprOrOperator, OwExprXorOperator

public abstract class OwExprBooleanOperator
extends OwExprBinaryOperator

A boolean 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
OwExprBooleanOperator(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

OwExprBooleanOperator

public OwExprBooleanOperator(String image_p)
Constructor

Parameters:
image_p - literal representation of this operator


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.