Class AnnotatedDeclaration

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<AnnotatedDeclaration>

    public class AnnotatedDeclaration
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<AnnotatedDeclaration>
    A top-level Go declaration together with its preceding comment
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the hydra.go.syntax.AnnotatedDeclaration type.
      • COMMENT

        public static final Name COMMENT
        Name of the hydra.go.syntax.AnnotatedDeclaration.comment field.
      • DECLARATION

        public static final Name DECLARATION
        Name of the hydra.go.syntax.AnnotatedDeclaration.declaration field.
      • comment

        public final java.lang.String comment
    • Constructor Detail