Uses of Enum Class
io.trino.sql.tree.Comment.Type
Packages that use Comment.Type
-
Uses of Comment.Type in io.trino.sql.tree
Subclasses with type arguments of type Comment.Type in io.trino.sql.treeMethods in io.trino.sql.tree that return Comment.TypeModifier and TypeMethodDescriptionComment.getType()static Comment.TypeReturns the enum constant of this class with the specified name.static Comment.Type[]Comment.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.sql.tree with parameters of type Comment.TypeModifierConstructorDescriptionComment(NodeLocation location, Comment.Type type, QualifiedName name, Optional<String> comment)