|
The Meta-Environment API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.meta_environment.rascal.ast.AbstractAST
org.meta_environment.rascal.ast.Body
org.meta_environment.rascal.ast.Body.Ambiguity
public static class Body.Ambiguity
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.meta_environment.rascal.ast.Body |
|---|
Body.Ambiguity, Body.Anything, Body.Toplevels |
| Field Summary | |
|---|---|
private java.util.List<Body> |
alternatives
|
| Fields inherited from class org.meta_environment.rascal.ast.AbstractAST |
|---|
node, stats |
| Constructor Summary | |
|---|---|
Body.Ambiguity(org.eclipse.imp.pdb.facts.INode node,
java.util.List<Body> alternatives)
|
|
| Method Summary | ||
|---|---|---|
|
accept(IASTVisitor<T> v)
|
|
java.util.List<Body> |
getAlternatives()
|
|
| Methods inherited from class org.meta_environment.rascal.ast.Body |
|---|
getMarker, getRest, getToplevels, hasMarker, hasRest, hasToplevels, isAnything, isToplevels |
| Methods inherited from class org.meta_environment.rascal.ast.AbstractAST |
|---|
equals, getLocation, getStats, getTree, hashCode, setStats, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private final java.util.List<Body> alternatives
| Constructor Detail |
|---|
public Body.Ambiguity(org.eclipse.imp.pdb.facts.INode node,
java.util.List<Body> alternatives)
| Method Detail |
|---|
public java.util.List<Body> getAlternatives()
public <T> T accept(IASTVisitor<T> v)
accept in class Body
|
The Meta-Environment API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||