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 TypeMethodDescriptionvoid
LineNumberTokensFragment.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 NewLineToken
NewLineToken.NEWLINE_1
static final NewLineToken
NewLineToken.NEWLINE_2
Methods in org.jd.core.v1.model.token with parameters of type NewLineTokenModifier and TypeMethodDescriptionvoid
AbstractNopTokenVisitor.visit
(NewLineToken token) void
TokenVisitor.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 TypeMethodDescriptionvoid
TokenizeJavaFragmentVisitor.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 TypeMethodDescriptionvoid
PrintTokenVisitor.SearchLineNumberVisitor.visit
(NewLineToken token) void
PrintTokenVisitor.visit
(NewLineToken token)