| Package | Description |
|---|---|
| org.apache.commons.jexl.parser |
Contains the Parser for JEXL script.
|
| org.apache.commons.jexl.util | |
| org.apache.commons.jexl.util.introspection |
| Modifier and Type | Method and Description |
|---|---|
protected Uberspect |
Parser.getUberspect() |
protected Uberspect |
SimpleNode.getUberspect() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
ASTArrayAccess.evaluateExpr(Object o,
Object loc,
Uberspect uberspect)
Evaluate the Array expression 'loc' on the given object, o.
|
void |
Parser.setUberspect(Uberspect uberspect) |
static int |
ASTSizeFunction.sizeOf(Object val,
Uberspect uberspect)
Calculate the
size of various types: Collection, Array, Map, String,
and anything that has a int size() method. |
| Modifier and Type | Method and Description |
|---|---|
static Uberspect |
Introspector.getUberspect()
For now, expose the raw uberspector to the AST.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UberspectImpl
Implementation of Uberspect to provide the default introspective
functionality of Velocity.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.