Package io.trino.sql.jsonpath.tree
Class NamedVariable
- java.lang.Object
-
- io.trino.sql.jsonpath.tree.PathNode
-
- io.trino.sql.jsonpath.tree.NamedVariable
-
public class NamedVariable extends PathNode
-
-
Constructor Summary
Constructors Constructor Description NamedVariable(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R,C>
Raccept(JsonPathTreeVisitor<R,C> visitor, C context)StringgetName()
-
-
-
Constructor Detail
-
NamedVariable
public NamedVariable(String name)
-
-
Method Detail
-
accept
public <R,C> R accept(JsonPathTreeVisitor<R,C> visitor, C context)
-
getName
public String getName()
-
-