-
aQute.library.capreq.FilterParser.Expression.eval()
-
anvil.script.expression.Expression.eval()
-
bsh.Interpreter.eval()
Spawn a non-interactive local interpreter to evaluate text in the specified namespace. Return value is the evaluated object (or corresponding primitive wrapper).
@param sourceFileInfo is for information purposes only. It is used todisplay error messages (and in the future may be made available to the script).
@throws EvalError on script problems
@throws TargetError on unhandled exceptions from the script
-
cambridge.model.Expression.eval()
-
com.alibaba.druid.sql.visitor.functions.Function.eval()
-
com.alibaba.fastjson.JSONPath.eval()
-
com.ardor3d.math.functions.Function3D.eval()
@param x the 1st value in our tuple
@param y the 2nd value in our tuple
@param z the 3rd value in our tuple
@return some value, generally (but not necessarily) in [-1, 1]
-
com.caucho.config.program.BeanArg.eval()
-
com.caucho.quercus.expr.Expr.eval()
Evaluates the expression.
@param env the calling environment.
@return the expression value.
-
com.caucho.xpath.XPathFun.eval()
Evaluate the function.
@param pattern The context pattern.
@param args The evaluated arguments
-
com.cloud.bridge.util.JsonAccessor.eval()
-
com.cloutree.modelevaluator.PredictiveModel.eval()
This method evaluates a model with given parameters.
@param parameters
@return {@link PredictiveModelResult}
-
com.codestreet.selector.ISelector.eval()
-
com.google.minijoe.sys.JsFunction.eval()
Evaluate this function. The this-pointer, function object and parameters must be on stack (sp + 0 = context, sp + 1=function, sp + 2 = first param etc.). The result is expected at sp + 0.
-
com.graphbuilder.math.Expression.eval()
-
com.hazelcast.spi.EventFilter.eval()
-
com.hp.hpl.jena.sparql.engine.main.QueryEngineMain.eval()
-
com.hp.hpl.jena.sparql.expr.E_Regex.eval()
-
com.hp.hpl.jena.sparql.expr.Expr.eval()
Evaluate this expression against the binding
@param binding
@param env
-
com.ibm.commons.xml.xpath.XPathExpression.eval()
Select all nodes that are selectable by this XPath expression. If multiple nodes match, multiple nodes will be returned.
@param node the node or nodelist object for evaluation.
@param namespaceContext the namespaceContext to use for the evaluation
@return the node-set of all items selected by this XPath expression.
-
com.l2jfrozen.gameserver.scripting.L2ScriptEngineManager.eval()
-
com.mongodb.DB.eval()
calls {@link DB#doEval(java.lang.String,java.lang.Object[]) }. If the command is successful, the "retval" field is extracted and returned. Otherwise an exception is thrown.
@param code the function in javascript code
@param args arguments to be passed to the function
@return
@throws MongoException
-
com.nr.fe.Chebyshev.eval()
-
com.objfac.prebop.Expression.eval()
-
com.odiago.flumebase.parser.Expr.eval()
Evaluate this expression, pulling identifiers from the input event wrapper.
-
com.openbravo.pos.scripting.ScriptEngine.eval()
-
com.redhat.ceylon.tools.new_.Template.eval()
-
com.sun.pdfview.function.postscript.operation.PostScriptOperation.eval()
evaluate the function, popping the stack as needed and pushing results.
-
com.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine.eval()
-
com.tinygo.logic.BouzyMap.eval()
Evaluate Bousy map using 5 delations and 21 erosions.
-
com.tulskiy.musique.playlist.formatting.tokens.Expression.eval()
-
com.ximpleware.extended.xpath.Predicate.eval()
-
eas.startSetup.arrowGUI.funktionen2D.Funktion.eval()
Evaluiert die aktuelle Funktion.
@param xx Die X-Variable.
@param yy Die Y-Variable.
@return Der evaluierte Wert.
-
edu.mit.csail.sdg.alloy4compiler.translator.A4Solution.eval()
Return the A4TupleSet for the given sig (if solution not yet solved, or unsatisfiable, or sig not found, then return an empty tupleset)
-
expressions.FuzzyExpression.eval()
-
fmg.fmg8.pfeilGUI.funktionen2D.Funktion.eval()
Evaluiert die aktuelle Funktion.
@param xx Die X-Variable.
@param yy Die Y-Variable.
@return Der evaluierte Wert.
-
javax.el.ELProcessor.eval()
Evaluates an EL expression.
@param expression The EL expression to be evaluated.
@return The result of the expression evaluation.
-
javax.faces.component.StateHelper.eval()
-
javax.script.CompiledScript.eval()
Evaluates the script.
-
javax.script.ScriptEngine.eval()
Evaluates the script with the given context, returning any value.
@param script path to the script
@param context the script context
-
jep.Jep.eval()
Evaluate python statements. In interactive mode, Jep may not immediately execute the given lines of code. In that case, eval() returns false and the statement is stored and is appended to the next incoming string. If you're running an unknown number of statements, finish with eval(null)
to flush the statement buffer. Interactive mode is slower than a straight eval call since it has to compile the code strings to detect the end of the block. Non-interactive mode is faster, but code blocks must be complete. For Example: eval("if(Test):\n\tprint 'w00t'")
This is a limitation on the Python interpreter and unlikely to change. Also, Python does not readly return object values from eval(). Use {@link #getValue(java.lang.String)} instead.
@param str a String
value
@return true if statement complete and was executed.
@exception JepException if an error occurs
-
jpbrt.core.Ray.eval()
-
kiss.lang.Expression.eval()
Evaluate an expression within an environment, interpreter style. Any changes to the Environment are discarded.
@param e Any Environment in which to evaluate the expression
@return The result of the expression.
-
kiss.lang.expression.Lambda.eval()
-
litil.eval.Evaluator.eval()
-
net.mindengine.galen.javascript.GalenJsExecutor.eval()
-
net.sf.sahi.rhino.RhinoScriptRunner.eval()
-
netscape.javascript.JSObject.eval()
Evaluates a JavaScript expression. The expression is a string of JavaScript source code which will be evaluated in the context given by "this".
-
nexj.core.scripting.Machine.eval()
Evaluates an S-expression in interpreted mode. Not all the functionality is supported. This is different from the eval function, where the expression is precompiled.
@param obj The S-expression.
@return The expression value.
-
opennlp.maxent.GISModel.eval()
Use this model to evaluate a context and return an array of the likelihood of each outcome given that context.
@param context The names of the predicates which have been observed at the present decision point.
@return The normalized probabilities for the outcomes given the context.The indexes of the double[] are the outcome ids, and the actual string representation of the outcomes can be obtained from the method getOutcome(int i).
-
opennlp.model.AbstractModel.eval()
-
opennlp.model.MaxentModel.eval()
Evaluates a context.
@param context A list of String names of the contextual predicateswhich are to be evaluated together.
@return an array of the probabilities for each of the differentoutcomes, all of which sum to 1.
-
opennlp.tools.ml.model.AbstractModel.eval()
-
opennlp.tools.ml.model.MaxentModel.eval()
Evaluates a context.
@param context A list of String names of the contextual predicateswhich are to be evaluated together.
@return an array of the probabilities for each of the differentoutcomes, all of which sum to 1.
-
org.apache.batik.ext.awt.geom.Cubic.eval()
-
org.apache.bsf.BSFEngine.eval()
This is used by an application to evaluate an expression. The expression may be string or some other type, depending on the language. (For example, for BML it'll be an org.w3c.dom.Element object.)
@param source (context info) the source of this expression(e.g., filename)
@param lineNo (context info) the line number in source for expr
@param columnNo (context info) the column number in source for expr
@param expr the expression to evaluate
@exception BSFException if anything goes wrong while eval'ing aBSFException is thrown. The reason indicates the problem.
-
org.apache.bsf.BSFManager.eval()
Evaluate the given expression of the given language and return the resulting value.
@param lang language identifier
@param source (context info) the source of this expression(e.g., filename)
@param lineNo (context info) the line number in source for expr
@param columnNo (context info) the column number in source for expr
@param expr the expression to evaluate
@exception BSFException if anything goes wrong while running the script
-
org.apache.commons.scxml.Evaluator.eval()
Evaluate an expression.
@param ctx variable context
@param expr expression
@return a result of the evaluation
@throws SCXMLExpressionException A malformed exception
-
org.apache.commons.scxml2.Evaluator.eval()
Evaluate an expression.
@param ctx variable context
@param expr expression
@return a result of the evaluation
@throws SCXMLExpressionException A malformed exception
-
org.apache.drill.exec.ref.eval.EvaluatorTypes.BasicEvaluator.eval()
-
org.apache.flex.forks.batik.ext.awt.geom.Cubic.eval()
-
org.apache.jmeter.util.BeanShellInterpreter.eval()
-
org.apache.oodt.cas.metadata.preconditions.PreCondEvalUtils.eval()
Evaluates whether all preconditions pass or not
@param preconditions The String identifiers of the {@link PreConditionComparator}s in question
@param product the {@link File} to test the preconditions against todetermine whether or not the {@link MetExtractor} should berun or not.
@return True if all preconditions pass and false otherwise
-
org.apache.pdfbox.pdmodel.common.function.PDFunction.eval()
@deprecated Replaced by {@link #eval(float[] input)}
-
org.apache.pig.impl.eval.cond.Cond.eval()
-
org.apache.shale.util.Tags.eval()
Evaluate the expression
. If it's a value reference, get the reference's value. Otherwise, return the expression
.
@param expression The expression
-
org.apache.sling.api.scripting.SlingScript.eval()
Evaluates this script using the bound variables as global variables to the script.
@param props The {@link SlingBindings} providing the bound variables forevaluating the script. Any bound variables must conform to the requirements of the {@link SlingBindings} predefined variablesset.
@return The value returned by the script.
@throws ScriptEvaluationException If an error occurrs executing thescript or preparing the script execution. The cause of the evaluation execption is available as the exception cause.
-
org.apache.sling.scripting.xproc.xpl.api.Pipeline.eval()
-
org.apache.tajo.engine.eval.EvalNode.eval()
-
org.apache.tajo.engine.eval.FieldEval.eval()
-
org.apache.tajo.engine.function.builtin.AvgLong.eval()
-
org.apache.tajo.engine.function.builtin.Date.eval()
-
org.apache.tools.ant.taskdefs.UpToDate.eval()
Evaluate (all) target and source file(s) to see if the target(s) is/are up-to-date.
@return true if the target(s) is/are up-to-date
-
org.apache.tools.ant.taskdefs.condition.Condition.eval()
Is this condition true?
-
org.apache.tools.ant.taskdefs.condition.FilesMatch.eval()
comparison method of the interface
@return true if the files are equal
@exception BuildException if it all went pear-shaped
-
org.apache.tools.ant.taskdefs.condition.Socket.eval()
-
org.apache.tuscany.sca.implementation.python.PythonEval.eval()
-
org.apache.velocity.tools.view.tools.ViewRenderTool.eval()
Evaluates a String containing VTL using the current context, and returns the result as a String. If this fails, then null
will be returned. This evaluation is not recursive.
@param vtl the code to be evaluated
@return the evaluated code as a String
-
org.apache.xml.security.utils.CachedXPathFuncHereAPI.eval()
Evaluate XPath string to an XObject. Using this method, XPath namespace prefixes will be resolved from the namespaceNode.
@param contextNode The node to start searching from.
@param xpathnode
@return An XObject, which can be used to obtain a string, number, nodelist, etc, should never be null.
@see org.apache.xpath.objects.XObject
@see org.apache.xpath.objects.XNull
@see org.apache.xpath.objects.XBoolean
@see org.apache.xpath.objects.XNumber
@see org.apache.xpath.objects.XString
@see org.apache.xpath.objects.XRTreeFrag
@throws TransformerException
@deprecated
-
org.apache.xpath.CachedXPathAPI.eval()
Evaluate XPath string to an XObject. Using this method, XPath namespace prefixes will be resolved from the namespaceNode.
@param contextNode The node to start searching from.
@param str A valid XPath string.
@return An XObject, which can be used to obtain a string, number, nodelist, etc, should never be null.
@see org.apache.xpath.objects.XObject
@see org.apache.xpath.objects.XNull
@see org.apache.xpath.objects.XBoolean
@see org.apache.xpath.objects.XNumber
@see org.apache.xpath.objects.XString
@see org.apache.xpath.objects.XRTreeFrag
@throws TransformerException
-
org.boris.expr.util.Condition.eval()
-
org.boris.xlloop.script.LispFunctionHandler.eval()
Eval scripts in a directory tree.
@param f
@param recurse
-
org.codehaus.preon.el.ast.ArithmeticNode.eval()
-
org.codehaus.preon.el.ast.RelationalNode.eval()
-
org.criticalfailure.torchlight.core.application.script.ScriptEngine.eval()
-
org.exist.xquery.Expression.eval()
Evaluate the expression represented by this object. Depending on the context in which this expression is executed, either the context sequence, the context item or both of them may be set. An implementing class should know how to handle this. The general contract is as follows: if the {@link Dependency#CONTEXT_ITEM}bit is set in the bit field returned by {@link #getDependencies()}, the eval method will be called once for every item in the context sequence. The contextItem parameter will be set to the current item. Otherwise, the eval method will only be called once for the whole context sequence and contextItem will be null. eXist tries to process the entire context set in one, single step whenever possible. Thus, most classes only expect context to contain a list of nodes which represents the current context of the expression. The position() function in XPath is an example for an expression, which requires both, context sequence and context item to be set. The context sequence might be a node set, a sequence of atomic values or a single node or atomic value.
@param contextSequence the current context sequence.
@param contextItem a single item, taken from context. This defines the item,the expression should work on.
-
org.exist.xquery.FunctionCall.eval()
Evaluates all arguments, then forwards them to the user-defined function. The return value of the user-defined function will be checked against the provided function signature.
@see org.exist.xquery.Expression#eval(Sequence,Item)
-
org.exist.xquery.PathExpr.eval()
-
org.exist.xquery.RootNode.eval()
-
org.exist.xquery.modules.ngram.query.EvaluatableExpression.eval()
-
org.exist.xquery.value.FunctionReference.eval()
Calls {@link FunctionCall#eval(Sequence)}.
-
org.exist.xslt.expression.Template.eval()
-
org.fnlp.ml.eval.Evaluation.eval()
@param cl
@param nbest top n性能
@return
-
org.foray.fotree.value.FnBodyStart.eval()
The computation for the value of body-start() is found in XSL-FO Standard, 1.0, Section 7.28.4.
@param fobj The FObj instance against whom this function should beevaluated.
@param context An object that knows how to resolve FO context issues.
@return The Numeric representation of the function value.
-
org.foray.fotree.value.FnLabelEnd.eval()
The computation for the value of label-end() is found in XSL-FO Standard, 1.0, Section 7.28.3.
@param fobj The FObj instance against whom this function should beevaluated.
@param context An object that knows how to resolve FO context issues.
@return The Numeric representation of the function value.
-
org.jaggeryjs.scriptengine.engine.RhinoEngine.eval()
Evaluates the specified script and the result is returned. If the
sctx
is provided and cache is upto date, cached script will be evaluated instead of the original one. Otherwise, a either cache will be updated or evaluated the script directly without caching.
A clone of the engine scope will be used as the scope during the evaluation.
@param scriptReader Reader object to read the script when ever needed
@param sctx Script caching context which contains caching data. When null is passed for this, cachingwill be disabled.
@return Returns the resulting object after evaluating script
@throws ScriptException If error occurred while evaluating
-
org.jbpm.graph.action.Script.eval()
-
org.jmock.Constraint.eval()
Evaluates the constraint for argument o.
@return true
if o meets the constraint,false
if it does not.
-
org.jmock.core.Constraint.eval()
Evaluates the constraint for argument o.
@param o the object against which the constraint is evaluated.
@return true
if o meets the constraint,false
if it does not.
-
org.jruby.Ruby.eval()
-
org.jruby.RubyRuntimeAdapter.eval()
-
org.milyn.expression.ExpressionEvaluator.eval()
Evaluate a conditional expression against the supplied object (can be a Map).
@param contextObject The object against which the expression is to be evaluated.
@return True if the expression evaluates to true, otherwise false.
@throws ExpressionEvaluationException Invalid expression evaluation condition (implementation specific).
-
org.milyn.expression.MVELExpressionEvaluator.eval()
-
org.nutz.el.El.eval()
解析预编译后的EL表达式
-
org.olat.course.nodes.CourseNode.eval()
this method must generate a nodeevaluation and take care of (if any) child nodeevaluations. A nodeevaluation is done in the context of ci (an interpreter per user is needed at the moment) and a treeeval
@param ci
@param treeEval
@return NodeEvaluation
-
org.olat.ims.qti.container.ItemContext.eval()
-
org.olat.ims.qti.container.SectionContext.eval()
Method eval.
-
org.olat.ims.qti.process.elements.ScoreBooleanEvaluable.eval()
-
org.omegahat.Environment.Parser.Parse.ConstructorExpression.eval()
-
org.omegahat.Environment.Parser.Parse.DynamicFieldAccess.eval()
-
org.omegahat.Environment.Parser.Parse.ExpressionInt.eval()
-
org.ontospread.restrictions.OntoSpreadRestriction.eval()
-
org.openmrs.logic.LogicService.eval()
-
org.opentripplanner.analyst.core.Sample.eval()
-
org.overturetool.vdmj.values.OperationValue.eval()
-
org.python.util.PythonInterpreter.eval()
Evaluate a string as Python source and return the result
@param s the string to evaluate
-
org.raptorjs.rhino.JavaScriptEngine.eval()
-
org.rhq.scripting.javascript.engine.RhinoScriptEngine.eval()
-
org.rosuda.JRI.Rengine.eval()
-
org.rosuda.REngine.Rserve.RConnection.eval()
-
org.sf.bee.commons.script.IBeeScriptEngine.eval()
-
org.springframework.data.redis.connection.DefaultStringRedisConnection.eval()
-
org.webharvest.runtime.scripting.ScriptEngine.eval()
Evaluates specified expression or code block.
@return value of evaluation or null if there is nothing.
-
parser.Parser.eval()
Initiates the parsing phase.
@param tokens tokens recognized by the lexical verifier.
@param values values to translate identifiers.
@return value of expression.
@throws Exception
-
plan_runner.expressions.ValueExpression.eval()
-
redis.clients.jedis.BinaryJedis.eval()
Evaluates scripts using the Lua interpreter built into Redis starting from version 2.6.0.
@return Script result
-
redis.clients.jedis.Pipeline.eval()
-
sisc.Interpreter.eval()
-
tcl.lang.Interp.eval()
-
tv.floe.metronome.eval.Evaluation.eval()
Collects statistics on the real outcomes vs the guesses. This is for logistic outcome matrices such that the Note that an IllegalArgumentException is thrown if the two passed in matrices aren't the same length.
@param realOutcomes the real outcomes (usually binary)
@param guesses the guesses (usually a probability vector)
-
us.monoid.web.jp.javacc.JSONPathCompiler.JSONPathExpr.eval()
-
vdoclet.Generator.eval()
-
xbird.xquery.expr.XQExpression.eval()
-
xbird.xquery.expr.var.Variable.eval()
-
xbird.xquery.func.UserFunction.eval()
-
xbird.xquery.operator.math.PlusOp.eval()