Package eu.bandm.tools.d2d2.infra
Class DiagnosisMarkUp.Ascii
java.lang.Object
eu.bandm.tools.d2d2.infra.DiagnosisMarkUp
eu.bandm.tools.d2d2.infra.DiagnosisMarkUp.Ascii
- Enclosing class:
DiagnosisMarkUp
A variant which inserts ascii code into in the printed regular expression.
Insertion is
[...]
for the currently active element tags,
and >>..
or >>[..]
for currently possible continuations.-
Nested Class Summary
Nested classes/interfaces inherited from class eu.bandm.tools.d2d2.infra.DiagnosisMarkUp
DiagnosisMarkUp.Ascii, DiagnosisMarkUp.NoMarkup, DiagnosisMarkUp.VT100
-
Field Summary
Fields inherited from class eu.bandm.tools.d2d2.infra.DiagnosisMarkUp
byAscii, noMarkup, on_VT100
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionEnd the visual mark-up for the currently active tag.End the visual mark-up for an active tag which is also a possible follower.End the visual mark-up for all possible follower tags.Start the visual mark-up for the currently active tag.Start the visual mark-up for an active tag which is also a possible follower.Start the visual mark-up for all possible follower tags.
-
Constructor Details
-
Ascii
public Ascii()
-
-
Method Details
-
open_actual
Start the visual mark-up for the currently active tag.- Specified by:
open_actual
in classDiagnosisMarkUp
-
open_possible
Start the visual mark-up for all possible follower tags.- Specified by:
open_possible
in classDiagnosisMarkUp
-
open_actual_and_possible
Start the visual mark-up for an active tag which is also a possible follower.- Overrides:
open_actual_and_possible
in classDiagnosisMarkUp
-
close_actual
End the visual mark-up for the currently active tag.- Specified by:
close_actual
in classDiagnosisMarkUp
-
close_possible
End the visual mark-up for all possible follower tags.- Specified by:
close_possible
in classDiagnosisMarkUp
-
close_actual_and_possible
End the visual mark-up for an active tag which is also a possible follower.- Overrides:
close_actual_and_possible
in classDiagnosisMarkUp
-