| Package | Description |
|---|---|
| de.mhus.lib.core.parser |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ParsingPart
ParsingPart interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantParsingPart
A default implementation to parse and hold a constant string value.
|
class |
ConstantPart
ConstantPart class.
|
class |
DefaultScriptPart
DefaultScriptPart class.
|
class |
StringCompiler.AttributePart |
class |
StringCompiler.ContentPart |
class |
StringCompiler.EnvironmentPart |
class |
StringCompiler.SystemPart |
class |
StringParsingPart
Abstract StringParsingPart class.
|
| Modifier and Type | Method and Description |
|---|---|
protected StringPart |
StringCompiler.createAttributePart(String part)
createAttributePart.
|
protected StringPart |
StringCompiler.createContentPart(String part)
createContentPart.
|
protected StringPart |
StringCompiler.createDefaultAttributePart(String part)
createDefaultAttributePart.
|
| Constructor and Description |
|---|
CompiledString(StringPart[] compiled)
Constructor for CompiledString.
|
| Constructor and Description |
|---|
CompiledString(LinkedList<StringPart> compiled)
Constructor for CompiledString.
|
Copyright © 2016. All Rights Reserved.