|
||||||||||
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.CILListOp
public class CILListOp
Field Summary | |
---|---|
static CILListOp |
LIST
|
static CILListOp |
SLIST
|
Method Summary | |
---|---|
static Expr |
append(Expr e1,
Expr e2)
Appends the operands of e2 to those of e1 and returns the resulting expression. |
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 CILListOp LIST
public static final CILListOp SLIST
Method Detail |
---|
public static Expr append(Expr e1, Expr e2)
e1
- the expression to be appended toe2
- the expression to be appended
Expr
value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |