Uses of Class
opendap.dap.NoSuchFunctionException

Packages that use NoSuchFunctionException
opendap.dap.parser This package contains Bison 2.4.2 generated DAP parser classes. 
opendap.dap.Server This package contains the OPeNDAP Server classes. 
 

Uses of NoSuchFunctionException in opendap.dap.parser
 

Methods in opendap.dap.parser that throw NoSuchFunctionException
 java.util.Vector ExprParser.arg_list()
           
 Clause ExprParser.bool_function()
           
 Clause ExprParser.clause()
           
 void ExprParser.constraint_expression(CEEvaluator ceEval, 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 NoSuchFunctionException in opendap.dap.Server
 

Methods in opendap.dap.Server that throw NoSuchFunctionException
 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.
 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.
 void CEEvaluator.parseConstraint(java.lang.String expression)
          Parse a constraint expression.