Uses of Class
net.sourceforge.pmd.lang.ast.impl.javacc.CharStream
-
Packages that use CharStream Package Description net.sourceforge.pmd.lang.ast.impl.javacc Support classes for language implementations based on JavaCC. -
-
Uses of CharStream in net.sourceforge.pmd.lang.ast.impl.javacc
Methods in net.sourceforge.pmd.lang.ast.impl.javacc that return CharStream Modifier and Type Method Description static CharStreamCharStream. create(TextDocument doc)Create a new char stream for the given document with the default token document behavior.static CharStreamCharStream. create(TextDocument doc, JavaccTokenDocument.TokenDocumentBehavior behavior)Create a new char stream for the given document.Methods in net.sourceforge.pmd.lang.ast.impl.javacc with parameters of type CharStream Modifier and Type Method Description JavaccTokenJavaccTokenDocument. createToken(int kind, CharStream cs, @Nullable String image)JavaccTokenJavaccTokenDocument.TokenDocumentBehavior. createToken(JavaccTokenDocument self, int kind, CharStream cs, @Nullable String image)Creates a new token with the given kind.protected abstract RJjtreeParserAdapter. parseImpl(CharStream cs, Parser.ParserTask task)JavaccTokenJavaccToken. replaceImage(CharStream charStream)Returns a new token with the same kind as this one, whose image is replaced by the one marked on the char stream.
-