org.gvsig.tools.evaluator.sqljep.function
Class Boundary

java.lang.Object
  extended by org.medfoster.sqljep.function.PostfixCommand
      extended by org.gvsig.tools.evaluator.sqljep.function.Boundary
All Implemented Interfaces:
org.medfoster.sqljep.function.PostfixCommandI

public class Boundary
extends org.medfoster.sqljep.function.PostfixCommand

Author:
jmvivo

Field Summary
static java.lang.String NAME
           
 
Fields inherited from class org.medfoster.sqljep.function.PostfixCommand
INTERNAL_ERROR, NOT_IMPLIMENTED_EXCEPTION, PARAMS_NUMBER, WRONG_TYPE, ZERO
 
Constructor Summary
Boundary()
           
 
Method Summary
 void evaluate(org.medfoster.sqljep.ASTFunNode node, org.medfoster.sqljep.JepRuntime runtime)
           
 int getNumberOfParameters()
           
 
Methods inherited from class org.medfoster.sqljep.function.PostfixCommand
getBigDecimal, getDouble, getInteger, parse, removeParams
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Constructor Detail

Boundary

public Boundary()
Method Detail

evaluate

public void evaluate(org.medfoster.sqljep.ASTFunNode node,
                     org.medfoster.sqljep.JepRuntime runtime)
              throws org.medfoster.sqljep.ParseException
Specified by:
evaluate in interface org.medfoster.sqljep.function.PostfixCommandI
Specified by:
evaluate in class org.medfoster.sqljep.function.PostfixCommand
Throws:
org.medfoster.sqljep.ParseException

getNumberOfParameters

public final int getNumberOfParameters()
Specified by:
getNumberOfParameters in interface org.medfoster.sqljep.function.PostfixCommandI
Specified by:
getNumberOfParameters in class org.medfoster.sqljep.function.PostfixCommand


Copyright © 2014 gvSIG Association. All Rights Reserved.