|
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.Catch
org.meta_environment.rascal.ast.Catch.Ambiguity
public static class Catch.Ambiguity
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.meta_environment.rascal.ast.Catch |
|---|
Catch.Ambiguity, Catch.Binding, Catch.Default |
| Field Summary | |
|---|---|
private java.util.List<Catch> |
alternatives
|
| Fields inherited from class org.meta_environment.rascal.ast.AbstractAST |
|---|
node, stats |
| Constructor Summary | |
|---|---|
Catch.Ambiguity(org.eclipse.imp.pdb.facts.INode node,
java.util.List<Catch> alternatives)
|
|
| Method Summary | ||
|---|---|---|
|
accept(IASTVisitor<T> v)
|
|
java.util.List<Catch> |
getAlternatives()
|
|
| Methods inherited from class org.meta_environment.rascal.ast.Catch |
|---|
getBody, getPattern, hasBody, hasPattern, isBinding, isDefault |
| 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<Catch> alternatives
| Constructor Detail |
|---|
public Catch.Ambiguity(org.eclipse.imp.pdb.facts.INode node,
java.util.List<Catch> alternatives)
| Method Detail |
|---|
public java.util.List<Catch> getAlternatives()
public <T> T accept(IASTVisitor<T> v)
accept in class Catch
|
The Meta-Environment API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||