Uses of Class
org.apache.calcite.linq4j.tree.MethodDeclaration
-
Packages that use MethodDeclaration Package Description org.apache.calcite.linq4j.tree Object model for Java expressions. -
-
Uses of MethodDeclaration in org.apache.calcite.linq4j.tree
Methods in org.apache.calcite.linq4j.tree that return MethodDeclaration Modifier and Type Method Description static MethodDeclarationExpressions. methodDecl(int modifier, Type resultType, String name, Iterable<? extends ParameterExpression> parameters, BlockStatement body)Declares a method.Methods in org.apache.calcite.linq4j.tree with parameters of type MethodDeclaration Modifier and Type Method Description ShuttleShuttle. preVisit(MethodDeclaration methodDeclaration)MemberDeclarationShuttle. visit(MethodDeclaration methodDeclaration, BlockStatement body)RVisitor. visit(MethodDeclaration methodDeclaration)RVisitorImpl. visit(MethodDeclaration methodDeclaration)
-