Class ControlFlow.Catcher

  • Enclosing class:
    ControlFlow

    public static class ControlFlow.Catcher
    extends java.lang.Object
    Represents a catch clause.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ControlFlow.Block block()
      Returns the first block of the catch clause.
      java.lang.String type()
      Returns the name of the exception type that this catch clause catches.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • block

        public ControlFlow.Block block()
        Returns the first block of the catch clause.
      • type

        public java.lang.String type()
        Returns the name of the exception type that this catch clause catches.