Class ConstructorDef
java.lang.Object
org.jparsec.examples.common.ValueObject
org.jparsec.examples.java.ast.declaration.ConstructorDef
- All Implemented Interfaces:
Member
Represents a constructor definition.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal BlockStatementfinal List<TypeLiteral> final Stringfinal List<ParameterDef> -
Constructor Summary
ConstructorsConstructorDescriptionConstructorDef(List<Modifier> modifiers, String name, List<ParameterDef> parameters, List<TypeLiteral> exceptions, BlockStatement body) -
Method Summary
Methods inherited from class org.jparsec.examples.common.ValueObject
equals, hashCode
-
Field Details
-
modifiers
-
name
-
parameters
-
exceptions
-
body
-
-
Constructor Details
-
ConstructorDef
public ConstructorDef(List<Modifier> modifiers, String name, List<ParameterDef> parameters, List<TypeLiteral> exceptions, BlockStatement body)
-
-
Method Details
-
toString
- Overrides:
toStringin classValueObject
-