Package | Description |
---|---|
fx.codegen.config.stock.converter | |
fx.modules.parsers |
This package contains various specifications for parser classes
|
fx.modules.parsers.impl | |
fx.modules.parsers.model |
Modifier and Type | Method and Description |
---|---|
static ConfigNode |
IndentedTextNodeConverter.toConfigNode(IndentedTextNode textNode)
Converts the referenced textNode and it's child nodes
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IndentedTextNode> |
IndentedTextParser.parse(java.io.File sourceFile) |
java.util.List<IndentedTextNode> |
IndentedTextParser.parse(java.io.InputStream textStream) |
java.util.List<IndentedTextNode> |
IndentedTextParser.parse(java.util.stream.Stream<java.lang.String> lines)
Creates a list of the root nodes found in the given stream of indented
text lines
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IndentedTextNode> |
AbstractIndentedTextParser.parse(java.io.File sourceFile) |
java.util.List<IndentedTextNode> |
AbstractIndentedTextParser.parse(java.io.InputStream textStream) |
java.util.List<IndentedTextNode> |
AbstractIndentedTextParser.parse(java.util.stream.Stream<java.lang.String> lines) |
Modifier and Type | Method and Description |
---|---|
IndentedTextNode |
IndentedTextNode.getParent() |
Modifier and Type | Method and Description |
---|---|
java.util.List<IndentedTextNode> |
IndentedTextNode.getChildren() |
Modifier and Type | Method and Description |
---|---|
void |
IndentedTextNode.addChild(IndentedTextNode childNode) |
void |
IndentedTextNode.setParent(IndentedTextNode parent) |
Modifier and Type | Method and Description |
---|---|
void |
IndentedTextNode.setChildren(java.util.List<IndentedTextNode> children) |