| Package | Description |
|---|---|
| net.sf.okapi.filters.markdown.parser |
| Modifier and Type | Method and Description |
|---|---|
MarkdownTokenType |
MarkdownToken.getType() |
static MarkdownTokenType |
MarkdownTokenType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MarkdownTokenType[] |
MarkdownTokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MarkdownToken.setType(MarkdownTokenType type) |
| Constructor and Description |
|---|
MarkdownToken(String content,
boolean isTranslatable,
MarkdownTokenType type) |
Copyright © 2021. All rights reserved.