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