Uses of Class
org.jline.reader.impl.DefaultParser.BlockCommentDelims
-
Packages that use DefaultParser.BlockCommentDelims Package Description org.jline.reader.impl JLine 3 Reader Implementation Package. -
-
Uses of DefaultParser.BlockCommentDelims in org.jline.reader.impl
Methods in org.jline.reader.impl that return DefaultParser.BlockCommentDelims Modifier and Type Method Description DefaultParser.BlockCommentDelims
DefaultParser. getBlockCommentDelims()
Gets the block comment delimiters.Methods in org.jline.reader.impl with parameters of type DefaultParser.BlockCommentDelims Modifier and Type Method Description DefaultParser
DefaultParser. blockCommentDelims(DefaultParser.BlockCommentDelims blockCommentDelims)
Sets the block comment delimiters.void
DefaultParser. setBlockCommentDelims(DefaultParser.BlockCommentDelims blockCommentDelims)
Sets the block comment delimiters.
-