public static class ControlFlow.Catcher
extends java.lang.Object
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.
|
public ControlFlow.Block block()
public java.lang.String type()
Copyright © 2018 Shigeru Chiba, www.javassist.org. All Rights Reserved.