|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorc.ast.extended.declaration.defn.Clause
public class Clause
Field Summary | |
---|---|
Expression |
body
|
java.util.List<Pattern> |
ps
|
Constructor Summary | |
---|---|
Clause(java.util.List<Pattern> ps,
Expression body)
|
Method Summary | |
---|---|
Expression |
simplify(java.util.List<Var> formals,
Expression otherwise)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.List<Pattern> ps
public Expression body
Constructor Detail |
---|
public Clause(java.util.List<Pattern> ps, Expression body)
Method Detail |
---|
public Expression simplify(java.util.List<Var> formals, Expression otherwise) throws CompilationException
CompilationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |