Uses of Class
morfologik.tools.ExitStatus
-
Packages that use ExitStatus Package Description morfologik.tools -
-
Uses of ExitStatus in morfologik.tools
Fields in morfologik.tools declared as ExitStatus Modifier and Type Field Description (package private) ExitStatusExitStatusException. exitStatusMethods in morfologik.tools that return ExitStatus Modifier and Type Method Description ExitStatusDictApply. call()ExitStatusDictCompile. call()ExitStatusDictDecompile. call()ExitStatusFSACompile. call()ExitStatusFSADecompile. call()ExitStatusFSAInfo. call()private ExitStatusDictApply. validateArguments()static ExitStatusExitStatus. valueOf(java.lang.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.Constructors in morfologik.tools with parameters of type ExitStatus Constructor Description ExitStatusException(ExitStatus status, java.lang.String message, java.lang.Object... args)ExitStatusException(ExitStatus status, java.lang.Throwable t, java.lang.String message, java.lang.Object... args)
-