Package | Description |
---|---|
com.massa.dsl.doc | |
com.massa.mrules.extensions.dsl.doc.html |
Modifier and Type | Interface and Description |
---|---|
static interface |
SyntaxicScheme.ElementGroup |
Modifier and Type | Class and Description |
---|---|
static class |
SyntaxicScheme.AbstractElement |
class |
SyntaxicScheme.AbstractElementGroup |
class |
SyntaxicScheme.AbstractParallelElementGroup |
class |
SyntaxicScheme.AbstractSequentialElementGroup |
static class |
SyntaxicScheme.EmptyElement |
static class |
SyntaxicScheme.LabelElement |
static class |
SyntaxicScheme.LexerRefElement |
Modifier and Type | Field and Description |
---|---|
protected Collection<SyntaxicScheme.Element> |
SyntaxicScheme.AbstractElementGroup.elements |
Modifier and Type | Method and Description |
---|---|
SyntaxicScheme.Element |
SyntaxicScheme.ElementGroup.compress()
Checks if this group should be compressed or not and performs compression.
|
SyntaxicScheme.Element |
SyntaxicScheme.AbstractElementGroup.compress() |
SyntaxicScheme.Element |
SyntaxicScheme.newRenderableElement(Renderable elem)
Defaults to render the provided
Renderable (if not null) in a SyntaxicScheme.LabelElement . |
Modifier and Type | Method and Description |
---|---|
void |
SyntaxicScheme.ElementGroup.addElement(SyntaxicScheme.Element g) |
void |
SyntaxicScheme.AbstractElementGroup.addElement(SyntaxicScheme.Element e) |
void |
SyntaxicScheme.addElement(SyntaxicScheme.Element elem,
boolean mandatory) |
Modifier and Type | Class and Description |
---|---|
static class |
HtmlSyntaxicScheme.HtmlLabelElement |
static class |
HtmlSyntaxicScheme.HtmlLexerRefElement |
class |
HtmlSyntaxicScheme.HtmlParallelElementGroup |
class |
HtmlSyntaxicScheme.HtmlSequentialElementGroup |