public interface PathExpression
this, foo,
foo.bar.PathCompiler.compile(String)| Modifier and Type | Interface and Description |
|---|---|
static interface |
PathExpression.Chain
Call the next expression in the chain and/or finalize the process if this was the tail.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
eval(ValueResolver resolver,
Context context,
Object data,
PathExpression.Chain chain)
Eval the expression and resolve it to a value.
|
boolean |
local() |
Object eval(ValueResolver resolver, Context context, Object data, PathExpression.Chain chain)
resolver - Value resolvercontext - Context object.data - Data object.chain - Expression chain.null.boolean local()
this.name this,
etc...Copyright © 2010 - 2020 Adobe. All Rights Reserved