Package net.sf.okapi.filters.tex.parser
Class TEXToken
- java.lang.Object
-
- net.sf.okapi.filters.tex.parser.TEXToken
-
public class TEXToken extends Object
-
-
Constructor Summary
Constructors Constructor Description TEXToken(String content, boolean isTranslatable, TEXTokenType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContent()TEXTokenTypegetType()booleanisTranslatable()voidsetContent(String content)voidsetTranslatable(boolean isTranslatable)voidsetType(TEXTokenType type)StringtoString()
-
-
-
Constructor Detail
-
TEXToken
public TEXToken(String content, boolean isTranslatable, TEXTokenType type)
-
-
Method Detail
-
getContent
public String getContent()
-
setContent
public void setContent(String content)
-
isTranslatable
public boolean isTranslatable()
-
setTranslatable
public void setTranslatable(boolean isTranslatable)
-
getType
public TEXTokenType getType()
-
setType
public void setType(TEXTokenType type)
-
-