org.webmacro.engine
Class Expression.NotOperation

java.lang.Object
  extended byorg.webmacro.engine.Expression.ExpressionBase
      extended byorg.webmacro.engine.Expression.UnaryOperation
          extended byorg.webmacro.engine.Expression.NotOperation
All Implemented Interfaces:
Macro, Visitable
Enclosing class:
Expression

public static class Expression.NotOperation
extends Expression.UnaryOperation


Constructor Summary
Expression.NotOperation(java.lang.Object o)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.Object operate(java.lang.Object o)
           
 
Methods inherited from class org.webmacro.engine.Expression.UnaryOperation
accept, evaluate
 
Methods inherited from class org.webmacro.engine.Expression.ExpressionBase
write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Expression.NotOperation

public Expression.NotOperation(java.lang.Object o)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in class Expression.UnaryOperation

operate

public java.lang.Object operate(java.lang.Object o)
Specified by:
operate in class Expression.UnaryOperation


Copyright © 1999-2006 WebMacro. All Rights Reserved.