Class DirectiveLabel

    • Method Detail

      • getLabel

        public final Label getLabel()
      • isRealLabel

        public boolean isRealLabel()
      • getText

        public java.lang.String getText()
        Description copied from class: Directive
        Returns the string representation of the directive.
        Specified by:
        getText in class Directive
        Returns:
        the directive text.
      • needsIndent

        public boolean needsIndent()
        Description copied from class: Directive
        Checks whether an indentation is required when printing the directive.
        Overrides:
        needsIndent in class Directive
        Returns:
        true iff an indentation is required.
      • copy

        public Directive copy()
        Description copied from class: Directive
        Copies the directive.
        Overrides:
        copy in class Directive
        Returns:
        a copy of the directive.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class Directive