Uses of Class
morfologik.tools.ExitStatus
-
Packages that use ExitStatus Package Description morfologik.tools -
-
Uses of ExitStatus in morfologik.tools
Methods in morfologik.tools that return ExitStatus Modifier and Type Method Description ExitStatus
DictApply. call()
ExitStatus
DictCompile. call()
ExitStatus
DictDecompile. call()
ExitStatus
FSACompile. call()
ExitStatus
FSADecompile. call()
ExitStatus
FSAInfo. call()
static ExitStatus
ExitStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExitStatus[]
ExitStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-