public class MarkdownToken extends Object
| Constructor and Description |
|---|
MarkdownToken(String content,
boolean isTranslatable,
MarkdownTokenType type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
MarkdownTokenType |
getType() |
boolean |
isTranslatable() |
void |
setContent(String content) |
void |
setTranslatable(boolean isTranslatable) |
void |
setType(MarkdownTokenType type) |
String |
toString() |
public MarkdownToken(String content, boolean isTranslatable, MarkdownTokenType type)
public String getContent()
public void setContent(String content)
public boolean isTranslatable()
public void setTranslatable(boolean isTranslatable)
public MarkdownTokenType getType()
public void setType(MarkdownTokenType type)
Copyright © 2022. All rights reserved.