Interface UnaryOperator

All Superinterfaces:
org.gvsig.expressionevaluator.Function, Operator
All Known Implementing Classes:
AbstractUnaryOperator, NegOperator, NotOperator

public interface UnaryOperator 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 op)
     

    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 op)