Uses of Enum Class
org.jline.reader.impl.DefaultParser.Bracket
Packages that use DefaultParser.Bracket
-
Uses of DefaultParser.Bracket in org.jline.reader.impl
Methods in org.jline.reader.impl that return DefaultParser.BracketModifier and TypeMethodDescriptionstatic DefaultParser.Bracket
Returns 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.void
DefaultParser.setEofOnUnclosedBracket
(DefaultParser.Bracket... brackets) Sets the bracket types that should trigger EOF on unclosed brackets.