Package org.apache.commons.jexl2
Class JexlEngine.Frame
java.lang.Object
org.apache.commons.jexl2.JexlEngine.Frame
- Enclosing class:
JexlEngine
A call frame, created from a scope, stores the arguments and local variables as "registers".
- Since:
- 2.1
-
Method Summary
-
Method Details
-
getRegisters
- Returns:
- the registers
-
getParameters
- Returns:
- the parameters
-