Class TryStatement_Simple

    • Field Detail

      • TYPE_

        public static final Name TYPE_
      • BLOCK

        public static final Name BLOCK
      • CATCHES

        public static final Name CATCHES
      • block

        public final Block block
      • catches

        public final Catches catches
    • Constructor Detail

      • TryStatement_Simple

        public TryStatement_Simple​(Block block,
                                   Catches catches)
    • 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