Class TryStatement

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the hydra.java.syntax.TryStatement type.
      • SIMPLE

        public static final Name SIMPLE
        Name of the hydra.java.syntax.TryStatement.simple field.
      • WITH_FINALLY

        public static final Name WITH_FINALLY
        Name of the hydra.java.syntax.TryStatement.withFinally field.
      • WITH_RESOURCES

        public static final Name WITH_RESOURCES
        Name of the hydra.java.syntax.TryStatement.withResources field.
    • Method Detail