Home
last modified time | relevance | path

Searched refs:commentWrapper (Results 1 – 4 of 4) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/
H A DTokenManager.java51 final CommentWrapExecutor commentWrapper; field in TokenManager
63 this.commentWrapper = new CommentWrapExecutor(this, options); in TokenManager()
72 this.commentWrapper = parent.commentWrapper; in TokenManager()
266 …this.counter = TokenManager.this.commentWrapper.wrapMultiLineComment(traversed, this.counter, true,
H A DDefaultCodeFormatter.java256 …CommentWrapExecutor commentWrapper = new CommentWrapExecutor(this.tokenManager, this.workingOption… in formatComments() local
265 commentWrapper.wrapMultiLineComment(token, startPosition, false, false); in formatComments()
275 commentWrapper.wrapMultiLineComment(token, startPosition, false, false); in formatComments()
290 commentWrapper.wrapLineComment(token, startPosition); in formatComments()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/linewrap/
H A DWrapExecutor.java106 private final CommentWrapExecutor commentWrapper; field in WrapExecutor.LineAnalyzer
120 this.commentWrapper = new CommentWrapExecutor(tokenManager, options); in LineAnalyzer()
192 …this.counter = this.commentWrapper.wrapMultiLineComment(token, this.counter, true, this.isNLSTagIn… in token()
193 this.extraLines += this.commentWrapper.getLinesCount() - 1; in token()
194 this.extraLinesPerComment.add(this.commentWrapper.getLinesCount() - 1); in token()
H A DWrapPreparator.java1400 CommentWrapExecutor commentWrapper = new CommentWrapExecutor(this.tm, this.options); in wrapComments() local
1414 commentWrapper.wrapLineComment(token, startPosition); in wrapComments()
1417 commentWrapper.wrapMultiLineComment(token, startPosition, false, false); in wrapComments()