Uses of Class
org.apache.commons.jexl3.internal.Script

Packages that use Script
org.apache.commons.jexl3.internal Provides utilities for introspection services. 
 

Uses of Script in org.apache.commons.jexl3.internal
 

Subclasses of Script in org.apache.commons.jexl3.internal
 class Closure
          A Script closure.
static class Script.Curried
          A script whose parameters are (partially) bound.
 

Methods in org.apache.commons.jexl3.internal that return Script
 Script Engine.createExpression(JexlInfo info, String expression)
           
 Script Engine.createScript(JexlInfo info, String scriptText, String[] names)
           
 

Constructors in org.apache.commons.jexl3.internal with parameters of type Script
Script.Curried(Script base, Object[] args)
          Creates a curried version of this script.
 



Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.