Uses of Class
dods.dap.Server.InvalidOperatorException

Packages that use InvalidOperatorException
dods.dap.parser This package contains JavaCC generated DAP parser classes. 
dods.dap.Server This package contains the DODS Server classes. 
 

Uses of InvalidOperatorException in dods.dap.parser
 

Methods in dods.dap.parser that throw InvalidOperatorException
 Vector ExprParser.arg_list()
           
 Clause ExprParser.bool_function()
           
 Clause ExprParser.clause()
           
 void ExprParser.constraint_expression(CEEvaluator ceEval, dods.dap.BaseTypeFactory factory, ClauseFactory clauseFactory)
          This is the entry point for the Constraint expression parser.
 void ExprParser.proj_clause()
           
 void ExprParser.proj_variable()
           
 void ExprParser.projection()
           
 void ExprParser.selection()
           
 SubClause ExprParser.value()
           
 

Uses of InvalidOperatorException in dods.dap.Server
 

Methods in dods.dap.Server that throw InvalidOperatorException
 boolean ServerMethods.equal(dods.dap.BaseType bt)
          The Operator class contains a generalized implementation of this method.
 boolean SDURL.equal(dods.dap.BaseType bt)
          The RelOps interface defines how each type responds to relational operators.
 boolean SDUInt32.equal(dods.dap.BaseType bt)
          The RelOps interface defines how each type responds to relational operators.
 boolean SDUInt16.equal(dods.dap.BaseType bt)
          The RelOps interface defines how each type responds to relational operators.
 boolean SDStructure.equal(dods.dap.BaseType bt)
          The RelOps interface defines how each type responds to relational operators.
 boolean SDString.equal(dods.dap.BaseType bt)
          The RelOps interface defines how each type responds to relational operators.
 boolean SDSequence.equal(dods.dap.BaseType bt)
          The RelOps interface defines how each type responds to relational operators.
 boolean SDList.equal(dods.dap.BaseType bt)
          The RelOps interface defines how each type responds to relational operators.
 boolean SDInt32.equal(dods.dap.BaseType bt)
          The RelOps interface defines how each type responds to relational operators.
 boolean SDInt16.equal(dods.dap.BaseType bt)
          The RelOps interface defines how each type responds to relational operators.
 boolean SDGrid.equal(dods.dap.BaseType bt)
          The RelOps interface defines how each type responds to relational operators.
 boolean SDFloat64.equal(dods.dap.BaseType bt)
          The RelOps interface defines how each type responds to relational operators.
 boolean SDFloat32.equal(dods.dap.BaseType bt)
          The RelOps interface defines how each type responds to relational operators.
 boolean SDByte.equal(dods.dap.BaseType bt)
          The RelOps interface defines how each type responds to relational operators.
 boolean SDBoolean.equal(dods.dap.BaseType bt)
          The RelOps interface defines how each type responds to relational operators.
 boolean SDArray.equal(dods.dap.BaseType bt)
          The RelOps interface defines how each type responds to relational operators.
 boolean RelOps.equal(dods.dap.BaseType bt)
           
 boolean ServerMethods.greater_eql(dods.dap.BaseType bt)
          The Operator class contains a generalized implementation of this method.
 boolean SDURL.greater_eql(dods.dap.BaseType bt)
           
 boolean SDUInt32.greater_eql(dods.dap.BaseType bt)
           
 boolean SDUInt16.greater_eql(dods.dap.BaseType bt)
           
 boolean SDStructure.greater_eql(dods.dap.BaseType bt)
           
 boolean SDString.greater_eql(dods.dap.BaseType bt)
           
 boolean SDSequence.greater_eql(dods.dap.BaseType bt)
           
 boolean SDList.greater_eql(dods.dap.BaseType bt)
           
 boolean SDInt32.greater_eql(dods.dap.BaseType bt)
           
 boolean SDInt16.greater_eql(dods.dap.BaseType bt)
           
 boolean SDGrid.greater_eql(dods.dap.BaseType bt)
           
 boolean SDFloat64.greater_eql(dods.dap.BaseType bt)
           
 boolean SDFloat32.greater_eql(dods.dap.BaseType bt)
           
 boolean SDByte.greater_eql(dods.dap.BaseType bt)
           
 boolean SDBoolean.greater_eql(dods.dap.BaseType bt)
           
 boolean SDArray.greater_eql(dods.dap.BaseType bt)
           
 boolean RelOps.greater_eql(dods.dap.BaseType bt)
           
 boolean ServerMethods.greater(dods.dap.BaseType bt)
          The Operator class contains a generalized implementation of this method.
 boolean SDURL.greater(dods.dap.BaseType bt)
           
 boolean SDUInt32.greater(dods.dap.BaseType bt)
           
 boolean SDUInt16.greater(dods.dap.BaseType bt)
           
 boolean SDStructure.greater(dods.dap.BaseType bt)
           
 boolean SDString.greater(dods.dap.BaseType bt)
           
 boolean SDSequence.greater(dods.dap.BaseType bt)
           
 boolean SDList.greater(dods.dap.BaseType bt)
           
 boolean SDInt32.greater(dods.dap.BaseType bt)
           
 boolean SDInt16.greater(dods.dap.BaseType bt)
           
 boolean SDGrid.greater(dods.dap.BaseType bt)
           
 boolean SDFloat64.greater(dods.dap.BaseType bt)
           
 boolean SDFloat32.greater(dods.dap.BaseType bt)
           
 boolean SDByte.greater(dods.dap.BaseType bt)
           
 boolean SDBoolean.greater(dods.dap.BaseType bt)
           
 boolean SDArray.greater(dods.dap.BaseType bt)
           
 boolean RelOps.greater(dods.dap.BaseType bt)
           
 boolean ServerMethods.less_eql(dods.dap.BaseType bt)
          The Operator class contains a generalized implementation of this method.
 boolean SDURL.less_eql(dods.dap.BaseType bt)
           
 boolean SDUInt32.less_eql(dods.dap.BaseType bt)
           
 boolean SDUInt16.less_eql(dods.dap.BaseType bt)
           
 boolean SDStructure.less_eql(dods.dap.BaseType bt)
           
 boolean SDString.less_eql(dods.dap.BaseType bt)
           
 boolean SDSequence.less_eql(dods.dap.BaseType bt)
           
 boolean SDList.less_eql(dods.dap.BaseType bt)
           
 boolean SDInt32.less_eql(dods.dap.BaseType bt)
           
 boolean SDInt16.less_eql(dods.dap.BaseType bt)
           
 boolean SDGrid.less_eql(dods.dap.BaseType bt)
           
 boolean SDFloat64.less_eql(dods.dap.BaseType bt)
           
 boolean SDFloat32.less_eql(dods.dap.BaseType bt)
           
 boolean SDByte.less_eql(dods.dap.BaseType bt)
           
 boolean SDBoolean.less_eql(dods.dap.BaseType bt)
           
 boolean SDArray.less_eql(dods.dap.BaseType bt)
           
 boolean RelOps.less_eql(dods.dap.BaseType bt)
           
 boolean ServerMethods.less(dods.dap.BaseType bt)
          The Operator class contains a generalized implementation of this method.
 boolean SDURL.less(dods.dap.BaseType bt)
           
 boolean SDUInt32.less(dods.dap.BaseType bt)
           
 boolean SDUInt16.less(dods.dap.BaseType bt)
           
 boolean SDStructure.less(dods.dap.BaseType bt)
           
 boolean SDString.less(dods.dap.BaseType bt)
           
 boolean SDSequence.less(dods.dap.BaseType bt)
           
 boolean SDList.less(dods.dap.BaseType bt)
           
 boolean SDInt32.less(dods.dap.BaseType bt)
           
 boolean SDInt16.less(dods.dap.BaseType bt)
           
 boolean SDGrid.less(dods.dap.BaseType bt)
           
 boolean SDFloat64.less(dods.dap.BaseType bt)
           
 boolean SDFloat32.less(dods.dap.BaseType bt)
           
 boolean SDByte.less(dods.dap.BaseType bt)
           
 boolean SDBoolean.less(dods.dap.BaseType bt)
           
 boolean SDArray.less(dods.dap.BaseType bt)
           
 boolean RelOps.less(dods.dap.BaseType bt)
           
 boolean ServerMethods.not_equal(dods.dap.BaseType bt)
          The Operator class contains a generalized implementation of this method.
 boolean SDURL.not_equal(dods.dap.BaseType bt)
           
 boolean SDUInt32.not_equal(dods.dap.BaseType bt)
           
 boolean SDUInt16.not_equal(dods.dap.BaseType bt)
           
 boolean SDStructure.not_equal(dods.dap.BaseType bt)
           
 boolean SDString.not_equal(dods.dap.BaseType bt)
           
 boolean SDSequence.not_equal(dods.dap.BaseType bt)
           
 boolean SDList.not_equal(dods.dap.BaseType bt)
           
 boolean SDInt32.not_equal(dods.dap.BaseType bt)
           
 boolean SDInt16.not_equal(dods.dap.BaseType bt)
           
 boolean SDGrid.not_equal(dods.dap.BaseType bt)
           
 boolean SDFloat64.not_equal(dods.dap.BaseType bt)
           
 boolean SDFloat32.not_equal(dods.dap.BaseType bt)
           
 boolean SDByte.not_equal(dods.dap.BaseType bt)
           
 boolean SDBoolean.not_equal(dods.dap.BaseType bt)
           
 boolean SDArray.not_equal(dods.dap.BaseType bt)
           
 boolean RelOps.not_equal(dods.dap.BaseType bt)
           
static boolean Operator.op(int oprtr, dods.dap.BaseType lop, dods.dap.BaseType rop)
          Performs the Relatove Operation (RelOp) indicated by the parameter oprtr on the 2 passed BaseTypes if appropriate.
 void CEEvaluator.parseConstraint(String expression)
          Parse a constraint expression.
 boolean ServerMethods.regexp(dods.dap.BaseType bt)
          The Operator class contains a generalized implementation of this method.
 boolean SDURL.regexp(dods.dap.BaseType bt)
           
 boolean SDUInt32.regexp(dods.dap.BaseType bt)
           
 boolean SDUInt16.regexp(dods.dap.BaseType bt)
           
 boolean SDStructure.regexp(dods.dap.BaseType bt)
           
 boolean SDString.regexp(dods.dap.BaseType bt)
           
 boolean SDSequence.regexp(dods.dap.BaseType bt)
           
 boolean SDList.regexp(dods.dap.BaseType bt)
           
 boolean SDInt32.regexp(dods.dap.BaseType bt)
           
 boolean SDInt16.regexp(dods.dap.BaseType bt)
           
 boolean SDGrid.regexp(dods.dap.BaseType bt)
           
 boolean SDFloat64.regexp(dods.dap.BaseType bt)
           
 boolean SDFloat32.regexp(dods.dap.BaseType bt)
           
 boolean SDByte.regexp(dods.dap.BaseType bt)
           
 boolean SDBoolean.regexp(dods.dap.BaseType bt)
           
 boolean SDArray.regexp(dods.dap.BaseType bt)
           
 boolean RelOps.regexp(dods.dap.BaseType bt)