Package org.apache.calcite.linq4j.tree
Class MethodDeclaration
java.lang.Object
org.apache.calcite.linq4j.tree.MemberDeclaration
org.apache.calcite.linq4j.tree.MethodDeclaration
- All Implemented Interfaces:
Node
Declaration of a method.
-
Field Summary
Modifier and TypeFieldDescriptionfinal BlockStatement
final int
final String
final List<ParameterExpression>
final Type
-
Constructor Summary
ConstructorDescriptionMethodDeclaration
(int modifier, String name, Type resultType, List<ParameterExpression> parameters, BlockStatement body) -
Method Summary
-
Field Details
-
modifier
public final int modifier -
name
-
resultType
-
parameters
-
body
-
-
Constructor Details
-
MethodDeclaration
public MethodDeclaration(int modifier, String name, Type resultType, List<ParameterExpression> parameters, BlockStatement body)
-
-
Method Details