org.webmacro.engine
Class Expression.NotBuilder

java.lang.Object
  extended byorg.webmacro.engine.Expression.UnaryOperationBuilder
      extended byorg.webmacro.engine.Expression.NotBuilder
All Implemented Interfaces:
Builder
Enclosing class:
Expression

public static class Expression.NotBuilder
extends Expression.UnaryOperationBuilder


Constructor Summary
Expression.NotBuilder(java.lang.Object o)
           
 
Method Summary
 java.lang.Object build(java.lang.Object o)
           
 
Methods inherited from class org.webmacro.engine.Expression.UnaryOperationBuilder
build
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Expression.NotBuilder

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

build

public java.lang.Object build(java.lang.Object o)
Specified by:
build in class Expression.UnaryOperationBuilder