Searched refs:codeDepth (Results 1 – 1 of 1) sorted by relevance
98 private final NestingCounter codeDepth = new NestingCounter(); field in JavadocLexer187 codeDepth.increment(); in consumeToken()190 codeDepth.decrementIfPositive(); in consumeToken()242 return preDepth.isPositive() || tableDepth.isPositive() || codeDepth.isPositive(); in preserveExistingFormatting()249 || codeDepth.isPositive()) { in checkMatchingTags()