Home
last modified time | relevance | path

Searched defs:lastCommentStart (Results 1 – 3 of 3) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/
H A DCommentRecorderParser.java89 int lastCommentStart = this.scanner.commentStarts[lastCommentIndex]; in checkComment() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/
H A DSourceElementParser.java152 int lastCommentStart = this.scanner.commentStarts[0]; in checkComment() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/
H A DParser.java1236 int lastCommentStart = this.scanner.commentStarts[0]; in checkComment() local