public class TryCatchNode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
DexLabel |
end |
DexLabel[] |
handler |
DexLabel |
start |
java.lang.String[] |
type |
Constructor and Description |
---|
TryCatchNode(DexLabel start,
DexLabel end,
DexLabel[] handler,
java.lang.String[] type) |
Modifier and Type | Method and Description |
---|---|
void |
accept(DexCodeVisitor cv) |
public final DexLabel start
public final DexLabel end
public final DexLabel[] handler
public final java.lang.String[] type
public void accept(DexCodeVisitor cv)