Class FieldDef
java.lang.Object
org.jparsec.examples.common.ValueObject
org.jparsec.examples.java.ast.declaration.FieldDef
- All Implemented Interfaces:
Member
Represents a field definition.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFieldDef
(List<Modifier> modifiers, TypeLiteral type, String name, Expression value) -
Method Summary
Methods inherited from class org.jparsec.examples.common.ValueObject
equals, hashCode
-
Field Details
-
modifiers
-
type
-
name
-
value
-
-
Constructor Details
-
FieldDef
-
-
Method Details
-
toString
- Overrides:
toString
in classValueObject
-