Package io.trino.sql.tree
Class NodeRef<T extends Node>
- java.lang.Object
-
- io.trino.sql.tree.NodeRef<T>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)TgetNode()inthashCode()static <T extends Node>
NodeRef<T>of(T node)StringtoString()
-
-
-
Method Detail
-
getNode
public T getNode()
-
-