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

Packages that use Scope
org.apache.commons.jexl3.internal Provides utilities for introspection services. 
org.apache.commons.jexl3.parser Contains the Parser for JEXL script. 
 

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

Methods in org.apache.commons.jexl3.internal that return Scope
 Scope Scope.Frame.getScope()
          Gets the scope.
 

Methods in org.apache.commons.jexl3.internal with parameters of type Scope
protected  ASTJexlScript Engine.parse(JexlInfo info, String src, Scope scope, boolean registers, boolean expression)
          Parses an expression.
 

Constructors in org.apache.commons.jexl3.internal with parameters of type Scope
Scope.Frame(Scope s, Object[] r, int c)
          Creates a new frame.
Scope(Scope scope, String... parameters)
          Creates a new scope with a list of parameters.
 

Uses of Scope in org.apache.commons.jexl3.parser
 

Methods in org.apache.commons.jexl3.parser that return Scope
 Scope JexlParser.getFrame()
          Gets the frame used by this parser.
 Scope ASTJexlScript.getScope()
           
 

Methods in org.apache.commons.jexl3.parser with parameters of type Scope
 ASTJexlScript Parser.JexlExpression(Scope frame)
           
 ASTJexlScript Parser.JexlScript(Scope frame)
          Statements
 ASTJexlScript Parser.parse(JexlInfo info, String jexlSrc, Scope scope, boolean registers, boolean expr)
           
 void JexlParser.setFrame(Scope theFrame)
          Sets the frame to use by this parser.
 void ASTJexlScript.setScope(Scope theScope)
          Sets this script scope.
 



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