public final class ConstructorDef extends ValueObject implements Member
Modifier and Type | Field and Description |
---|---|
BlockStatement |
body |
List<TypeLiteral> |
exceptions |
List<Modifier> |
modifiers |
String |
name |
List<ParameterDef> |
parameters |
Constructor and Description |
---|
ConstructorDef(List<Modifier> modifiers,
String name,
List<ParameterDef> parameters,
List<TypeLiteral> exceptions,
BlockStatement body) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
equals, hashCode
public final String name
public final List<ParameterDef> parameters
public final List<TypeLiteral> exceptions
public final BlockStatement body
public ConstructorDef(List<Modifier> modifiers, String name, List<ParameterDef> parameters, List<TypeLiteral> exceptions, BlockStatement body)
public String toString()
toString
in class ValueObject
Copyright © 2013–2016 jparsec. All rights reserved.