Package io.trino.sql.tree
Class TypeParameter
java.lang.Object
io.trino.sql.tree.Node
io.trino.sql.tree.DataTypeParameter
io.trino.sql.tree.TypeParameter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected <R,C> R accept(AstVisitor<R, C> visitor, C context) Accessible forAstVisitor, useAstVisitor.process(Node, Object)instead.booleangetValue()inthashCode()booleanshallowEquals(Node other) Compare with another node by considering internal state excluding any Node returned by getChildren()toString()Methods inherited from class io.trino.sql.tree.Node
getLocation
-
Constructor Details
-
TypeParameter
-
-
Method Details
-
getValue
-
toString
-
getChildren
- Specified by:
getChildrenin classNode
-
accept
Description copied from class:NodeAccessible forAstVisitor, useAstVisitor.process(Node, Object)instead.- Overrides:
acceptin classDataTypeParameter
-
equals
-
hashCode
public int hashCode() -
shallowEquals
Description copied from class:NodeCompare with another node by considering internal state excluding any Node returned by getChildren()- Overrides:
shallowEqualsin classNode
-