|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.quercus.statement.Statement
com.caucho.quercus.statement.TryStatement
public class TryStatement
Represents sequence of statements.
Nested Class Summary | |
---|---|
static class |
TryStatement.Catch
|
Field Summary | |
---|---|
protected Statement |
_block
|
protected java.util.ArrayList<TryStatement.Catch> |
_catchList
|
Fields inherited from class com.caucho.quercus.statement.Statement |
---|
BREAK_FALL_THROUGH, FALL_THROUGH, RETURN |
Constructor Summary | |
---|---|
TryStatement(Location location,
Statement block)
|
Method Summary | |
---|---|
void |
addCatch(java.lang.String id,
AbstractVarExpr lhs,
Statement block)
|
Value |
execute(Env env)
|
Methods inherited from class com.caucho.quercus.statement.Statement |
---|
fallThrough, getLocation, getParent, isLoop, rethrow, rethrow, setParent, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected final Statement _block
protected final java.util.ArrayList<TryStatement.Catch> _catchList
Constructor Detail |
---|
public TryStatement(Location location, Statement block)
Method Detail |
---|
public void addCatch(java.lang.String id, AbstractVarExpr lhs, Statement block)
public Value execute(Env env)
execute
in class Statement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |