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 StartMarkerTokenStartMarkerToken.COMMENTstatic final StartMarkerTokenStartMarkerToken.ERRORstatic final StartMarkerTokenStartMarkerToken.IMPORT_STATEMENTSstatic final StartMarkerTokenStartMarkerToken.JAVADOCMethods in org.jd.core.v1.model.token with parameters of type StartMarkerTokenModifier and TypeMethodDescriptionvoidAbstractNopTokenVisitor.visit(StartMarkerToken token) voidTokenVisitor.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 TypeMethodDescriptionvoidTokenizeJavaFragmentVisitor.KnownLineNumberTokenVisitor.visit(StartMarkerToken token) voidTokenizeJavaFragmentVisitor.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