Uses of Class
dods.dap.NoSuchFunctionException

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

Uses of NoSuchFunctionException in dods.dap.parser
 

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

Uses of NoSuchFunctionException in dods.dap.Server
 

Methods in dods.dap.Server that throw NoSuchFunctionException
 void CEEvaluator.parseConstraint(java.lang.String expression)
          Parse a constraint expression.
 TopLevelClause ClauseFactory.newBoolFunctionClause(java.lang.String functionName, java.util.List children)
          Generates a clause which invokes a function that returns a boolean value.
 SubClause ClauseFactory.newBTFunctionClause(java.lang.String functionName, java.util.List children)
          Generates a clause which invokes a function that returns a BaseType.
 BoolFunction FunctionLibrary.getBoolFunction(java.lang.String name)
          Retrieves a boolean function from the library.
 BTFunction FunctionLibrary.getBTFunction(java.lang.String name)
          Retrieves a BaseType function from the library.