Interface BinaryOperator

All Superinterfaces:
org.gvsig.expressionevaluator.Function, Operator
All Known Implementing Classes:
AbstractBinaryOperator, AddOperator, AndOperator, ConcatOperator, DivOperator, EqOperator, GeOperator, GtOperator, IlikeOperator, InOperator, IsOperator, LeOperator, LikeOperator, LtOperator, MulOperator, NeOperator, OrOperator, RegExpOperator, SubstOperator

public interface BinaryOperator extends Operator
  • Field Summary

    Fields inherited from interface org.gvsig.expressionevaluator.Function

    GROUP_AGGREGATE, GROUP_BOOLEAN, GROUP_CONVERSION, GROUP_DATETIME, GROUP_NUMERIC, GROUP_OGC, GROUP_OTHER, GROUP_PROGRAMMING, GROUP_STRING
  • Method Summary

    Modifier and Type
    Method
    Description
    call(org.gvsig.expressionevaluator.Interpreter interpreter, Object op1, Object op2)
     

    Methods inherited from interface org.gvsig.expressionevaluator.Function

    addAlias, aliases, allowConstantFolding, argc, call, call, description, descriptionArgs, getFullDescription, group, isHidden, isOperator, isSQLCompatible, name, returnType, template, toString, toValue, useArgumentsInsteadObjects
  • Method Details

    • call

      Object call(org.gvsig.expressionevaluator.Interpreter interpreter, Object op1, Object op2)