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, into
public static final String ID
public GetAttr(FnNode node)
public static GetAttr.Builder builder()
public Expr target()
public List<GetAttr.Part> path() throws InnerParseError
InnerParseError
public <T> T acceptFnVisitor(FnVisitor<T> visitor)
acceptFnVisitor
in class Fn
Copyright © 2023. All rights reserved.