| Modifier and Type | Class and Description |
|---|---|
static class |
GetAttr.Builder |
static interface |
GetAttr.Part |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
acceptFnVisitor(FnVisitor<T> visitor) |
static GetAttr.Builder |
builder() |
Value |
eval(Scope<Value> scope) |
List<GetAttr.Part> |
path() |
Expr |
target() |
String |
template() |
String |
toString() |
accept, condition, condition, equals, expectOneArg, expectTwoArgs, expectVariableArgs, getArgv, getName, hashCode, intopublic static final String ID
public GetAttr(FnNode node)
public static GetAttr.Builder builder()
public Expr target()
public List<GetAttr.Part> path() throws InnerParseError
InnerParseErrorpublic <T> T acceptFnVisitor(FnVisitor<T> visitor)
acceptFnVisitor in class FnCopyright © 2023. All rights reserved.