|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.toronto.cs.expr.NamedOp
edu.toronto.cs.expr.CILIfStmtOp
public class CILIfStmtOp
Field Summary | |
---|---|
static CILIfStmtOp |
IF_THEN_ELSE
|
Method Summary | |
---|---|
static Expr |
getCond(Expr e)
|
static Expr |
getElse(Expr e)
|
static Expr |
getThen(Expr e)
|
Methods inherited from class edu.toronto.cs.expr.NamedOp |
---|
arity, equals, isWellFormed, name |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final CILIfStmtOp IF_THEN_ELSE
Method Detail |
---|
public static Expr getCond(Expr e)
public static Expr getThen(Expr e)
public static Expr getElse(Expr e)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |