Uses of Class
io.trino.sql.tree.VariableDeclaration
Packages that use VariableDeclaration
-
Uses of VariableDeclaration in io.trino.sql.tree
Methods in io.trino.sql.tree that return types with arguments of type VariableDeclarationMethods in io.trino.sql.tree with parameters of type VariableDeclarationModifier and TypeMethodDescriptionprotected RAstVisitor.visitVariableDeclaration(VariableDeclaration node, C context) Constructor parameters in io.trino.sql.tree with type arguments of type VariableDeclarationModifierConstructorDescriptionCompoundStatement(NodeLocation location, List<VariableDeclaration> variableDeclarations, List<ControlStatement> statements)