Modifier and Type | Class and Description |
---|---|
protected static class |
SXPage.AddEllipses
Where lines have been omitted, insert ellipses.
|
protected static class |
SXPage.AssignColorClasses
Make any line whose whatFor is non-null have the associated class name
Requires: ParseLines
|
protected static class |
SXPage.BePage
Wraps lines in a <table>
|
protected static class |
SXPage.BeProgram
Creates an executable program from the goals lines.
|
protected static class |
SXPage.BeTable
Wraps lines in a <table>
|
protected static class |
SXPage.ComputeSectBodies
Compute body for Section lines in program code.
|
protected static class |
SXPage.ComputeTailComments
Make any line whose whatFor is colored have a pointer to the Highlight object
Requires: ParseLinetour" value="FontViewer-tour"
s
|
protected static class |
SXPage.MarkComments
Find lines that are comments, either those beginning with //
or those in comment blocks: / * .
|
protected static class |
SXPage.PickLines
Mark as SKIP those lines that are not
goals by their tags and the criteria in page.crit
|
protected static class |
SXPage.PruneSects
Change type to SKIP for SECT entries not followed by goals lines
Requires: ParseLines, PickLines
We keep a stack of SECT entries.
|
protected static class |
SXPage.RemoveUnneededLines
Remove lines that are not needed for output.
|
protected static class |
SXPage.SetLineSects
Assign to each PgLine.sect the SectLine for its enclosing section.
|
class |
SXPage.Writer |
class |
SXTagViz
The set of files generated by running
SourceExplorer file.java TUTORIAL EXTRACT
is given in SXNotes.java
|