Package hydra.ast

Class Ws

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Name BREAK
      Name of the hydra.ast.Ws.break field.
      static Name BREAK_AND_INDENT
      Name of the hydra.ast.Ws.breakAndIndent field.
      static Name DOUBLE_BREAK
      Name of the hydra.ast.Ws.doubleBreak field.
      static Name NONE
      Name of the hydra.ast.Ws.none field.
      static Name SPACE
      Name of the hydra.ast.Ws.space field.
      static Name TYPE_
      Name of the hydra.ast.Ws type.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract <R> R accept​(Ws.Visitor<R> visitor)
      Dispatch to visitor.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Comparable

        compareTo
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the hydra.ast.Ws type.
      • NONE

        public static final Name NONE
        Name of the hydra.ast.Ws.none field.
      • SPACE

        public static final Name SPACE
        Name of the hydra.ast.Ws.space field.
      • BREAK

        public static final Name BREAK
        Name of the hydra.ast.Ws.break field.
      • BREAK_AND_INDENT

        public static final Name BREAK_AND_INDENT
        Name of the hydra.ast.Ws.breakAndIndent field.
      • DOUBLE_BREAK

        public static final Name DOUBLE_BREAK
        Name of the hydra.ast.Ws.doubleBreak field.
    • Method Detail

      • accept

        public abstract <R> R accept​(Ws.Visitor<R> visitor)
        Dispatch to visitor.