public class ConstructorDeclaration extends MemberDeclaration
| Modifier and Type | Field and Description |
|---|---|
BlockStatement |
body |
private int |
hash
Cache the hash code for the expression
|
int |
modifier |
List<ParameterExpression> |
parameters |
Type |
resultType |
| Constructor and Description |
|---|
ConstructorDeclaration(int modifier,
Type declaredAgainst,
List<ParameterExpression> parameters,
BlockStatement body) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ExpressionWriter writer) |
MemberDeclaration |
accept(Visitor visitor) |
boolean |
equals(Object o) |
int |
hashCode() |
public final int modifier
public final Type resultType
public final List<ParameterExpression> parameters
public final BlockStatement body
private int hash
public ConstructorDeclaration(int modifier,
Type declaredAgainst,
List<ParameterExpression> parameters,
BlockStatement body)
public MemberDeclaration accept(Visitor visitor)
accept in interface Nodeaccept in class MemberDeclarationpublic void accept(ExpressionWriter writer)
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.