public final class ParameterDef extends ValueObject
Modifier and Type | Field and Description |
---|---|
List<Modifier> |
modifiers |
String |
name |
TypeLiteral |
type |
boolean |
vararg |
Constructor and Description |
---|
ParameterDef(List<Modifier> modifiers,
TypeLiteral type,
boolean vararg,
String name) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
equals, hashCode
public final TypeLiteral type
public final boolean vararg
public final String name
public ParameterDef(List<Modifier> modifiers, TypeLiteral type, boolean vararg, String name)
public String toString()
toString
in class ValueObject
Copyright © 2013–2016 jparsec. All rights reserved.