Uses of Class
net.sf.jec.ParseException

Packages that use ParseException
net.sf.jec   
 

Uses of ParseException in net.sf.jec
 

Methods in net.sf.jec that throw ParseException
 java.lang.Object ExpressionEval.get(java.lang.Object ctx, java.lang.String expr)
          Evaluates expression expr over the context ctx
 void ExpressionEval.set(java.lang.Object ctx, java.lang.String expr, java.lang.Object value)
          Sets the expression expr over the context ctx to the specified value value, so assert(value==get(ctx, expr))
 Operator ExpressionEval.getCachedOperator(java.lang.Object ctx, java.lang.String expr)
          This method completely encapsulates the internal data representation.
 Operator ExpressionCompiler.compileOperator(java.lang.String expr)
          Compiles an expression into an operator
 



Copyright © 2003 SourceForge. All Rights Reserved.