Class CatchBlock


  • public final class CatchBlock
    extends Block
    • Constructor Detail

      • CatchBlock

        public CatchBlock()
    • Method Detail

      • getCaughtTypes

        public final java.util.List<TypeReference> getCaughtTypes()
      • getExceptionType

        public final TypeReference getExceptionType()
      • setExceptionType

        public final void setExceptionType​(TypeReference exceptionType)
      • getExceptionVariable

        public final Variable getExceptionVariable()
      • setExceptionVariable

        public final void setExceptionVariable​(Variable exceptionVariable)