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 Summary
Modifier and TypeFieldDescriptionfinal BlockStatement
final int
final List<ParameterExpression>
final Type
-
Constructor Summary
ConstructorDescriptionConstructorDeclaration
(int modifier, Type declaredAgainst, List<ParameterExpression> parameters, BlockStatement body) -
Method Summary
-
Field Details
-
modifier
public final int modifier -
resultType
-
parameters
-
body
-
-
Constructor Details
-
ConstructorDeclaration
public ConstructorDeclaration(int modifier, Type declaredAgainst, List<ParameterExpression> parameters, BlockStatement body)
-
-
Method Details