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 SummaryFieldsModifier and TypeFieldDescriptionfinal BlockStatementfinal intfinal Stringfinal List<ParameterExpression>final Type
- 
Constructor SummaryConstructorsConstructorDescriptionMethodDeclaration(int modifier, String name, Type resultType, List<ParameterExpression> parameters, BlockStatement body) 
- 
Method Summary
- 
Field Details- 
modifierpublic final int modifier
- 
name
- 
resultType
- 
parameters
- 
body
 
- 
- 
Constructor Details- 
MethodDeclarationpublic MethodDeclaration(int modifier, String name, Type resultType, List<ParameterExpression> parameters, BlockStatement body) 
 
- 
- 
Method Details