public class ReachabilityChecker extends Visitor
| Modifier and Type | Field and Description |
|---|---|
protected Analyzer |
analyzer
The analyzer.
|
protected Runtime |
runtime
The runtime.
|
| Constructor and Description |
|---|
ReachabilityChecker(Runtime runtime,
Analyzer analyzer)
Create a new reachability checker.
|
| Modifier and Type | Method and Description |
|---|---|
void |
visit(CharSwitch s)
Visit the specified character switch.
|
void |
visit(Element e)
Visit the specified element.
|
void |
visit(FullProduction p)
Visit the specified full production.
|
void |
visit(Grammar g)
Visit the specified grammar.
|
void |
visit(Module m)
Visit the specified module.
|
void |
visit(OrderedChoice c)
Visit the specified choice.
|
void |
visit(Sequence s)
Visit the specified sequence.
|
void |
visit(UnaryOperator op)
Visit the specified unary operator.
|
dispatch, equals, hashCode, iterate, map, mapInPlace, unableToVisit, visitprotected Runtime runtime
protected Analyzer analyzer
public void visit(Grammar g)
public void visit(Module m)
public void visit(FullProduction p)
public void visit(OrderedChoice c)
public void visit(Sequence s)
public void visit(UnaryOperator op)
public void visit(CharSwitch s)
public void visit(Element e)
Copyright © 2014. All Rights Reserved.