|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTranslate.Exp
Translate.Exp.Cx
Translate.Exp.Cx.Rel
public static class Exp.Cx.Rel
A wrapper for relational operators that may be used for both their Boolean value and for control transfer.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class Translate.Exp.Cx |
---|
Exp.Cx.IfThenElseExp, Exp.Cx.Rel |
Nested classes/interfaces inherited from class Translate.Exp |
---|
Exp.Cx, Exp.Ex, Exp.Nx |
Constructor Summary | |
---|---|
Exp.Cx.Rel(Tree.Stm.CJUMP.Operator o,
Tree.Exp l,
Tree.Exp r)
|
Method Summary | |
---|---|
Tree.Stm |
unCx(Temp.Label t,
Temp.Label f)
Unwrap this expression, to obtain code that causes transfer of control based on the Boolean value of the expression. |
Methods inherited from class Translate.Exp.Cx |
---|
unEx, unNx |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Exp.Cx.Rel(Tree.Stm.CJUMP.Operator o, Tree.Exp l, Tree.Exp r)
Method Detail |
---|
public Tree.Stm unCx(Temp.Label t, Temp.Label f)
Exp
unCx
in class Exp.Cx
t
- label to branch to on truef
- label to branch to on false
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |