Class ContinueStatement

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

    public class ContinueStatement
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<ContinueStatement>
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the hydra.java.syntax.ContinueStatement type.
      • VALUE

        public static final Name VALUE
        Name of the hydra.java.syntax.ContinueStatement.value field.
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object