Uses of Class
org.jline.reader.impl.DefaultParser.Bracket
-
Packages that use DefaultParser.Bracket Package Description org.jline.reader.impl JLine 3 Reader Implementation Package. -
-
Uses of DefaultParser.Bracket in org.jline.reader.impl
Methods in org.jline.reader.impl that return DefaultParser.Bracket Modifier and Type Method Description static DefaultParser.Bracket
DefaultParser.Bracket. valueOf(java.lang.String name)
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.Bracket Modifier and Type Method Description DefaultParser
DefaultParser. 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.
-