| Constructor and Description | 
|---|
| Expr() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract <R> R | accept(ExprVisitor<R> visitor) | 
| static Expr | fromNode(JsonNode node) | 
| GetAttr | getAttr(Identifier path) | 
| GetAttr | getAttr(String path) | 
| static Expr | of(boolean value) | 
| static Expr | of(int value) | 
| static Expr | of(String value) | 
| static Expr | parseShortform(String shortForm)Parse a value from a "short form" used within a template | 
| static Ref | ref(Identifier name) | 
| String | template() | 
public abstract <R> R accept(ExprVisitor<R> visitor)
public GetAttr getAttr(Identifier path)
public static Expr parseShortform(String shortForm)
shortForm - public String template()
public static Ref ref(Identifier name)
public static Expr of(boolean value)
public static Expr of(int value)
Copyright © 2023. All rights reserved.