Class AnnotationDef
- java.lang.Object
-
- org.jparsec.examples.common.ValueObject
-
- org.jparsec.examples.java.ast.declaration.AnnotationDef
-
- All Implemented Interfaces:
Declaration
public final class AnnotationDef extends ValueObject implements Declaration
Represents an annotation definition.
-
-
Constructor Summary
Constructors Constructor Description AnnotationDef(java.util.List<Modifier> modifiers, java.lang.String name, DefBody body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class org.jparsec.examples.common.ValueObject
equals, hashCode
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classValueObject
-
-