Uses of Class
net.sf.okapi.filters.markdown.parser.MarkdownTokenType
-
Packages that use MarkdownTokenType Package Description net.sf.okapi.filters.markdown.parser -
-
Uses of MarkdownTokenType in net.sf.okapi.filters.markdown.parser
Methods in net.sf.okapi.filters.markdown.parser that return MarkdownTokenType Modifier and Type Method Description MarkdownTokenTypeMarkdownToken. getType()static MarkdownTokenTypeMarkdownTokenType. 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.Methods in net.sf.okapi.filters.markdown.parser with parameters of type MarkdownTokenType Modifier and Type Method Description voidMarkdownToken. setType(MarkdownTokenType type)Constructors in net.sf.okapi.filters.markdown.parser with parameters of type MarkdownTokenType Constructor Description MarkdownToken(String content, boolean isTranslatable, MarkdownTokenType type)
-