public static class CharParserPrepare.ReduceToCardinalities extends SinglePhase
_visitor_debug_stream, partial
Constructor and Description |
---|
ReduceToCardinalities() |
Modifier and Type | Method and Description |
---|---|
void |
action(Alt exp) |
void |
action(Insertion ref) |
void |
action(Opt exp) |
void |
action(Perm exp) |
void |
action(Plus exp) |
void |
action(Reference ref) |
void |
action(Seq exp) |
void |
action(Star exp) |
Expression |
translate(CheckedList<Expression> ins) |
Expression |
translate(Expression in)
Returns a top-level permutation expression which contains all found
sub-elements in their possible cardinalities.
|
void |
translateOne(Expression in) |
action, action, action, action, action, action, action, action, action, action, action, action, action, action, action, action, action, action, action, action, action, action, action, action, action, action, action, action, action, action
_visitor_trace, action, action, action, action, foreignObject, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, nomatch
public Expression translate(CheckedList<Expression> ins)
public Expression translate(Expression in)
public void translateOne(Expression in)
public void action(Reference ref)
action
in class SinglePhase
public void action(Opt exp)
action
in class SinglePhase
public void action(Plus exp)
action
in class SinglePhase
public void action(Star exp)
action
in class SinglePhase
public void action(Seq exp)
action
in class SinglePhase
public void action(Perm exp)
action
in class SinglePhase
public void action(Alt exp)
action
in class SinglePhase
public void action(Insertion ref)
action
in class SinglePhase
see also the complete user documentation .