![]() |
GrammarScope
4.0.0
|
Public Member Functions | |
ASemanticGraphPrinter () | |
ASemanticGraphPrinter (final int width, final int indent, final boolean smartIndent, final boolean showRelns, final boolean showTags, final boolean showAnnos, final boolean showIndices) | |
String | formatSemanticGraph (final ASemanticGraph sgx) |
Private Member Functions | |
void | formatSGNode (final ASemanticGraph semanticGraphDecorator, final GraphNode node, final int spaces) |
String | formatSGNodeOneline (final ASemanticGraph sg, final GraphNode node) |
void | formatSGNodeOnelineHelper (final ASemanticGraph sgx, final GraphNode node, final StringBuffer sb, final Set< GraphNode > usedOneline) |
void | formatSGNodeMultiline (final ASemanticGraph semanticGraphDecorator, final GraphNode node, final int spaces0) |
String | formatLabel (final GraphNode node) |
Static Private Member Functions | |
static String | repeat (@SuppressWarnings("SameParameterValue") final String s, final int times) |
static int | sentIndex (final GraphNode node) |
static String | toStringCompleteFormat (final GraphNode node) |
Private Attributes | |
final int | width |
final int | indent |
final boolean | smartIndent |
final boolean | showRelns |
final boolean | showTags |
final boolean | showAnnos |
final boolean | showIndices |
StringBuffer | out |
Set< GraphNode > | used |
Static Private Attributes | |
static final String | LPAREN = "[" |
static final String | RPAREN = "]" |
static final String | SPACE = " " |
static final String | COLON = ":" |
static final int | DEFAULT_WIDTH = 80 |
static final int | DEFAULT_INDENT = 4 |
static final boolean | DEFAULT_SMART_INDENT = true |
static final boolean | DEFAULT_SHOW_RELNS = true |
static final boolean | DEFAULT_SHOW_TAGS = true |
static final boolean | DEFAULT_SHOW_ANNOS = false |
static final boolean | DEFAULT_SHOW_INDICES = false |
Defines a class for pretty-printing SemanticGraphs.
grammarscope.io.print.ASemanticGraphPrinter.ASemanticGraphPrinter | ( | ) |
grammarscope.io.print.ASemanticGraphPrinter.ASemanticGraphPrinter | ( | final int | width, |
final int | indent, | ||
final boolean | smartIndent, | ||
final boolean | showRelns, | ||
final boolean | showTags, | ||
final boolean | showAnnos, | ||
final boolean | showIndices | ||
) |
|
private |
String grammarscope.io.print.ASemanticGraphPrinter.formatSemanticGraph | ( | final ASemanticGraph | sgx | ) |
Returns a pretty-printed string representation of the given semantic graph, on one or more lines.
sgx | semantic graph artifact |
|
private |
Appends to this.out a one-line or multi-line string representation of the given semantic graph, using the given number of spaces for indentation.
semanticGraphDecorator | semantic graph decorator |
node | node |
spaces | spaces |
|
private |
Appends to this.out a multi-line string representation of the given semantic graph, using the given number of spaces for indentation. The semantic graph's label and each of its children appear on separate lines. A child may appear with a one-line or multi-line representation, depending upon available space.
semanticGraphDecorator | semantic graph decorator |
node | node |
spaces0 | spaces |
|
private |
|
private |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
private |
|
staticprivate |
|
private |
|
staticprivate |
|
private |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |
|
private |
|
private |