com.wewebu.expression.language
Class OwExprOperator

java.lang.Object
  extended by com.wewebu.expression.language.OwExprOperator
Direct Known Subclasses:
OwExprBinaryOperator, OwExprUnaryOperator

public abstract class OwExprOperator
extends Object

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
OwExprOperator(String image_p)
          Constructor
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OwExprOperator

public OwExprOperator(String image_p)
Constructor

Parameters:
image_p - literal operator image (egg. "+","<=")
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.