Package | Description |
---|---|
fx.codegen.config.stock | |
fx.modules.parsers.impl |
Modifier and Type | Method and Description |
---|---|
IndentedTextParser |
StructuredNotesConfigLoader.getTextParser() |
Modifier and Type | Method and Description |
---|---|
void |
StructuredNotesConfigLoader.setTextParser(IndentedTextParser textParser) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIndentedTextParser
Provides out-of-the-box functionality for running through the lines of
indented text
|
class |
AbstractTabsOnlyIndentedTextParser |
class |
AdaptiveTabsOnlyIndentedTextParser
Reads indentation based on the number of TAB characters in the given indented
text.
|
class |
SimpleTabsOnlyIndentedTextParser
Reads indentation based on the number of TAB characters in the given indented
text.
|