Uses of Enum Class
org.jline.reader.impl.DefaultParser.Bracket
Packages that use DefaultParser.Bracket
-
Uses of DefaultParser.Bracket in org.jline.reader.impl
Subclasses with type arguments of type DefaultParser.Bracket in org.jline.reader.implModifier and TypeClassDescriptionstatic enumEnumeration of bracket types that can be used for EOF detection on unclosed brackets.Methods in org.jline.reader.impl that return DefaultParser.BracketModifier and TypeMethodDescriptionstatic DefaultParser.BracketReturns the enum constant of this class with the specified name.static DefaultParser.Bracket[]DefaultParser.Bracket.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jline.reader.impl with parameters of type DefaultParser.BracketModifier and TypeMethodDescriptionDefaultParser.eofOnUnclosedBracket(DefaultParser.Bracket... brackets) Sets the bracket types that should trigger EOF on unclosed brackets.voidDefaultParser.setEofOnUnclosedBracket(DefaultParser.Bracket... brackets) Sets the bracket types that should trigger EOF on unclosed brackets.