Uses of Class
io.prestosql.sql.tree.LambdaArgumentDeclaration
-
Packages that use LambdaArgumentDeclaration Package Description io.prestosql.sql io.prestosql.sql.tree -
-
Uses of LambdaArgumentDeclaration in io.prestosql.sql
Methods in io.prestosql.sql with parameters of type LambdaArgumentDeclaration Modifier and Type Method Description protected java.lang.StringExpressionFormatter.Formatter. visitLambdaArgumentDeclaration(LambdaArgumentDeclaration node, java.lang.Void context) -
Uses of LambdaArgumentDeclaration in io.prestosql.sql.tree
Methods in io.prestosql.sql.tree that return types with arguments of type LambdaArgumentDeclaration Modifier and Type Method Description java.util.List<LambdaArgumentDeclaration>LambdaExpression. getArguments()Methods in io.prestosql.sql.tree with parameters of type LambdaArgumentDeclaration Modifier and Type Method Description protected RAstVisitor. visitLambdaArgumentDeclaration(LambdaArgumentDeclaration node, C context)Constructor parameters in io.prestosql.sql.tree with type arguments of type LambdaArgumentDeclaration Constructor Description LambdaExpression(NodeLocation location, java.util.List<LambdaArgumentDeclaration> arguments, Expression body)LambdaExpression(java.util.List<LambdaArgumentDeclaration> arguments, Expression body)
-