|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorc.ast.extended.Expression
orc.ast.extended.Sequential
public class Sequential
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class orc.ast.extended.Expression |
|---|
Expression.Arg |
| Field Summary | |
|---|---|
Expression |
left
|
Pattern |
p
|
Expression |
right
|
| Constructor Summary | |
|---|---|
Sequential(Expression left,
Expression right,
Pattern p)
|
|
| Method Summary | |
|---|---|
Expression |
simplify()
Simplify an expression which occurs in a call (non-nested) position. |
| Methods inherited from class orc.ast.extended.Expression |
|---|
argify |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Expression left
public Expression right
public Pattern p
| Constructor Detail |
|---|
public Sequential(Expression left,
Expression right,
Pattern p)
| Method Detail |
|---|
public Expression simplify()
Expression
simplify in class Expression
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||