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

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

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

Methods in org.apache.commons.jexl3.internal that return Script.Callable
 Script.Callable Script.callable(JexlContext context)
          Creates a Callable from this script.
 Script.Callable Script.callable(JexlContext context, Object... args)
          Creates a Callable from this script.
 Script.Callable Closure.callable(JexlContext context, Object... args)
           
 



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