Class StatementWithoutTrailingSubstatement

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the hydra.java.syntax.StatementWithoutTrailingSubstatement type.
      • BLOCK

        public static final Name BLOCK
        Name of the hydra.java.syntax.StatementWithoutTrailingSubstatement.block field.
      • EMPTY

        public static final Name EMPTY
        Name of the hydra.java.syntax.StatementWithoutTrailingSubstatement.empty field.
      • EXPRESSION

        public static final Name EXPRESSION
        Name of the hydra.java.syntax.StatementWithoutTrailingSubstatement.expression field.
      • ASSERT

        public static final Name ASSERT
        Name of the hydra.java.syntax.StatementWithoutTrailingSubstatement.assert field.
      • SWITCH

        public static final Name SWITCH
        Name of the hydra.java.syntax.StatementWithoutTrailingSubstatement.switch field.
      • DO

        public static final Name DO
        Name of the hydra.java.syntax.StatementWithoutTrailingSubstatement.do field.
      • BREAK

        public static final Name BREAK
        Name of the hydra.java.syntax.StatementWithoutTrailingSubstatement.break field.
      • CONTINUE

        public static final Name CONTINUE
        Name of the hydra.java.syntax.StatementWithoutTrailingSubstatement.continue field.
      • RETURN

        public static final Name RETURN
        Name of the hydra.java.syntax.StatementWithoutTrailingSubstatement.return field.
      • SYNCHRONIZED

        public static final Name SYNCHRONIZED
        Name of the hydra.java.syntax.StatementWithoutTrailingSubstatement.synchronized field.
      • THROW

        public static final Name THROW
        Name of the hydra.java.syntax.StatementWithoutTrailingSubstatement.throw field.
      • TRY

        public static final Name TRY
        Name of the hydra.java.syntax.StatementWithoutTrailingSubstatement.try field.
      • YIELD

        public static final Name YIELD
        Name of the hydra.java.syntax.StatementWithoutTrailingSubstatement.yield field.