Uses of Record Class
com.puppycrawl.tools.checkstyle.utils.InlineConfigUtils.MatchedDelimiter
Packages that use InlineConfigUtils.MatchedDelimiter
-
Uses of InlineConfigUtils.MatchedDelimiter in com.puppycrawl.tools.checkstyle.utils
Methods in com.puppycrawl.tools.checkstyle.utils that return InlineConfigUtils.MatchedDelimiterModifier and TypeMethodDescriptionInlineConfigUtils.matchDelimiter(List<String> lines, String filePath) Matches the first line of a file against every delimiter convention valid for that file's type, and returns the match, ornullif none apply.Methods in com.puppycrawl.tools.checkstyle.utils with parameters of type InlineConfigUtils.MatchedDelimiterModifier and TypeMethodDescriptionstatic intInlineConfigUtils.getConfigEndIndex(Iterable<String> lines, InlineConfigUtils.MatchedDelimiter matched) Finds the index of the line where a matched config block ends.