Uses of Class
org.jd.core.v1.model.token.NewLineToken
Packages that use NewLineToken
Package
Description
-
Uses of NewLineToken in org.jd.core.v1.model.javafragment
Methods in org.jd.core.v1.model.javafragment with parameters of type NewLineTokenModifier and TypeMethodDescriptionvoidLineNumberTokensFragment.SearchLineNumberVisitor.visit(NewLineToken token) -
Uses of NewLineToken in org.jd.core.v1.model.token
Fields in org.jd.core.v1.model.token declared as NewLineTokenModifier and TypeFieldDescriptionstatic final NewLineTokenNewLineToken.NEWLINE_1static final NewLineTokenNewLineToken.NEWLINE_2Methods in org.jd.core.v1.model.token with parameters of type NewLineTokenModifier and TypeMethodDescriptionvoidAbstractNopTokenVisitor.visit(NewLineToken token) voidTokenVisitor.visit(NewLineToken token) -
Uses of NewLineToken in org.jd.core.v1.service.tokenizer.javafragmenttotoken.visitor
Methods in org.jd.core.v1.service.tokenizer.javafragmenttotoken.visitor with parameters of type NewLineTokenModifier and TypeMethodDescriptionvoidTokenizeJavaFragmentVisitor.UnknownLineNumberTokenVisitor.visit(NewLineToken token) -
Uses of NewLineToken in org.jd.core.v1.service.writer.visitor
Methods in org.jd.core.v1.service.writer.visitor with parameters of type NewLineTokenModifier and TypeMethodDescriptionvoidPrintTokenVisitor.SearchLineNumberVisitor.visit(NewLineToken token) voidPrintTokenVisitor.visit(NewLineToken token)