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

public class Equals extends org.medfoster.sqljep.function.PostfixCommand
Author:
jmvivo
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from class org.medfoster.sqljep.function.PostfixCommand

    INTERNAL_ERROR, NOT_IMPLIMENTED_EXCEPTION, PARAMS_NUMBER, WRONG_TYPE, ZERO
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    evaluate(org.medfoster.sqljep.ASTFunNode node, org.medfoster.sqljep.JepRuntime runtime)
     
    final int
     

    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 Details

  • Constructor Details

    • Equals

      public Equals()
  • Method Details

    • 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
    • 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