Uses of Enum Class
pl.sgjp.morfeusz.WhitespaceHandling
-
Uses of WhitespaceHandling in pl.sgjp.morfeusz
Subclasses with type arguments of type WhitespaceHandling in pl.sgjp.morfeuszModifier and TypeClassDescriptionenumRepresents whitespace handling strategies (default is SKIP_WHITESPACES).Methods in pl.sgjp.morfeusz that return WhitespaceHandlingModifier and TypeMethodDescriptionMorfeusz.getWhitespaceHandling()static WhitespaceHandlingWhitespaceHandling.swigToEnum(int swigValue) static WhitespaceHandlingReturns the enum constant of this class with the specified name.static WhitespaceHandling[]WhitespaceHandling.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in pl.sgjp.morfeusz with parameters of type WhitespaceHandlingModifier and TypeMethodDescriptionvoidMorfeusz.setWhitespaceHandling(WhitespaceHandling whitespaceHandling) Set whitespace handling.