org.webmacro.engine
Class Expression.CompareGtBuilder

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

public static class Expression.CompareGtBuilder
extends Expression.BinaryOperationBuilder


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

Constructor Detail

Expression.CompareGtBuilder

public Expression.CompareGtBuilder(java.lang.Object l,
                                   java.lang.Object r)
Method Detail

build

public java.lang.Object build(java.lang.Object l,
                              java.lang.Object r)
                       throws BuildException
Specified by:
build in class Expression.BinaryOperationBuilder
Throws:
BuildException