Method Summary |
|
protected static int | add(int e1, int e2) Add the two specified estimates.
Parameters: e1 - The first estimate. Parameters: e2 - The second estimate. |
public void | visit(Module m) Visit the specified grammar. |
public Integer | visit(Production p) Visit the specified production. |
public Integer | visit(OrderedChoice c) Visit the specified ordered choice. |
public Integer | visit(Repetition r) Visit the specified repetition. |
public Integer | visit(Option o) Visit the specified option. |
public Integer | visit(Sequence s) Visit the specified sequence. |
public Integer | visit(Predicate p) Visit the specified predicate. |
public Integer | visit(VoidedElement v) Visit the specified voided element. |
public Integer | visit(Binding b) Visit the specified binding. |
public Integer | visit(StringMatch m) Visit the specified string match. |
public Integer | visit(NonTerminal nt) Visit the specified nonterminal. |
public Integer | visit(StringLiteral l) Visit the specified string literal. |
public Integer | visit(CharCase c) Visit the specified character case. |
public Integer | visit(CharSwitch sw) Visit the specified character switch. |
public Integer | visit(Terminal t) Visit the specified terminal. |
public Integer | visit(NodeMarker m) Visit the specified node marker. |
public Integer | visit(Action a) Visit the specified action. |
public Integer | visit(ParserAction a) Visit the specified parser action. |
public Integer | visit(NullLiteral l) Visit the specified null literal. |
public Integer | visit(StringValue v) Visit the specified string value. |
public Integer | visit(ProperListValue v) Visit the specified proper list value. |
public Integer | visit(ActionBaseValue v) Visit the specified action base value. |
public Integer | visit(GenericNodeValue v) Visit the specified generic node value. |
public Integer | visit(GenericActionValue v) Visit the specified generic action value. |
public Integer | visit(GenericRecursionValue v) Visit the specified generic recursion value. |
public Integer | visit(ValueElement v) Visit the specified value element. |