Class Java.CatchClause

    • Field Detail

      • catchParameter

        public final Java.CatchParameter catchParameter
        Container for the types and the name of the caught exception.
      • reachable

        public boolean reachable
        Flag for catch clause reachability analysis.
    • Method Detail

      • setEnclosingTryStatement

        public void setEnclosingTryStatement​(Java.TryStatement enclosingTryStatement)
        Links this CATCH clause to the enclosing TRY statement.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object