Uses of Class
org.jd.core.v1.model.token.StartMarkerToken
Packages that use StartMarkerToken
Package
Description
-
Uses of StartMarkerToken in org.jd.core.v1.model.token
Fields in org.jd.core.v1.model.token declared as StartMarkerTokenModifier and TypeFieldDescriptionstatic final StartMarkerToken
StartMarkerToken.COMMENT
static final StartMarkerToken
StartMarkerToken.ERROR
static final StartMarkerToken
StartMarkerToken.IMPORT_STATEMENTS
static final StartMarkerToken
StartMarkerToken.JAVADOC
Methods in org.jd.core.v1.model.token with parameters of type StartMarkerTokenModifier and TypeMethodDescriptionvoid
AbstractNopTokenVisitor.visit
(StartMarkerToken token) void
TokenVisitor.visit
(StartMarkerToken token) -
Uses of StartMarkerToken in org.jd.core.v1.service.tokenizer.javafragmenttotoken.visitor
Methods in org.jd.core.v1.service.tokenizer.javafragmenttotoken.visitor with parameters of type StartMarkerTokenModifier and TypeMethodDescriptionvoid
TokenizeJavaFragmentVisitor.KnownLineNumberTokenVisitor.visit
(StartMarkerToken token) void
TokenizeJavaFragmentVisitor.UnknownLineNumberTokenVisitor.visit
(StartMarkerToken token) -
Uses of StartMarkerToken in org.jd.core.v1.service.writer.visitor
Methods in org.jd.core.v1.service.writer.visitor with parameters of type StartMarkerToken