public class ExceptionInfo extends Object
| Constructor and Description | 
|---|
| ExceptionInfo(Label from,
             Label to,
             Label target,
             Name type,
             Name catchVar)Constructor. | 
public ExceptionInfo(Label from, Label to, Label target, Name type, Name catchVar)
from - - the start of the "try" block.to - - the end of the "try" block.target - - the "catch" block to transfer to in the event of an
 exception in the [from, to) region.type - - the type of exceptions to handle.catchVar - - the name of the catch variable.public Label getFrom()
public Label getTo()
public Label getTarget()
public Name getExceptionType()
public Name getCatchVar()
public void setLive(boolean live)
live - - the new value for liveness.public boolean isLive()
Copyright © 2016 The Apache Software Foundation. All rights reserved.