Uses of Enum
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 type with the specified name.static DefaultParser.Bracket[]
DefaultParser.Bracket.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jline.reader.impl with parameters of type DefaultParser.BracketModifier and TypeMethodDescriptionDefaultParser.eofOnUnclosedBracket
(DefaultParser.Bracket... brackets) void
DefaultParser.setEofOnUnclosedBracket
(DefaultParser.Bracket... brackets)