Package org.apache.calcite.linq4j.tree
Class ConstructorDeclaration
java.lang.Object
org.apache.calcite.linq4j.tree.MemberDeclaration
org.apache.calcite.linq4j.tree.ConstructorDeclaration
- All Implemented Interfaces:
- Node
Declaration of a constructor.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal BlockStatementfinal intfinal List<ParameterExpression>final Type
- 
Constructor SummaryConstructorsConstructorDescriptionConstructorDeclaration(int modifier, Type declaredAgainst, List<ParameterExpression> parameters, BlockStatement body) 
- 
Method Summary
- 
Field Details- 
modifierpublic final int modifier
- 
resultType
- 
parameters
- 
body
 
- 
- 
Constructor Details- 
ConstructorDeclarationpublic ConstructorDeclaration(int modifier, Type declaredAgainst, List<ParameterExpression> parameters, BlockStatement body) 
 
- 
- 
Method Details