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