| Package | Description |
|---|---|
| io.toolisticon.annotationprocessortoolkit.templating | |
| io.toolisticon.annotationprocessortoolkit.templating.templateblocks |
| Modifier and Type | Method | Description |
|---|---|---|
TemplateBlockType |
NextDetectedBlockResult.getTemplateBlockType() |
| Constructor | Description |
|---|---|
NextDetectedBlockResult(TemplateBlockType templateBlockType,
int beginIndex,
int endIndex,
String attributes,
String content,
String remainingStringToBeProcessed) |
| Modifier and Type | Method | Description |
|---|---|---|
TemplateBlockType |
ForTemplateBlock.getTemplateBlockType() |
|
TemplateBlockType |
IfTemplateBlock.getTemplateBlockType() |
|
TemplateBlockType |
IncludeTemplateBlock.getTemplateBlockType() |
|
TemplateBlockType |
PlainTextTemplateBlock.getTemplateBlockType() |
|
TemplateBlockType |
StaticTemplateBlock.getTemplateBlockType() |
|
TemplateBlockType |
TemplateBlock.getTemplateBlockType() |
Used to determine template block type.
|
TemplateBlockType |
TemplateBlockBinder.getTemplateBlockType() |
|
TemplateBlockType |
VariableTextTemplateBlock.getTemplateBlockType() |
|
static TemplateBlockType |
TemplateBlockType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static TemplateBlockType[] |
TemplateBlockType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017–2020 Holisticon AG. All rights reserved.