Uses of Interface
org.eclipse.rdf4j.query.parser.sparql.ast.CharStream
-
Packages that use CharStream Package Description org.eclipse.rdf4j.query.parser.sparql.ast SPARQL 1.1 Abstract Syntax Tree (AST) parser. -
-
Uses of CharStream in org.eclipse.rdf4j.query.parser.sparql.ast
Classes in org.eclipse.rdf4j.query.parser.sparql.ast that implement CharStream Modifier and Type Class Description class
JavaCharStream
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).class
UnicodeEscapeStream
Fields in org.eclipse.rdf4j.query.parser.sparql.ast declared as CharStream Modifier and Type Field Description protected CharStream
SyntaxTreeBuilderTokenManager. input_stream
Methods in org.eclipse.rdf4j.query.parser.sparql.ast with parameters of type CharStream Modifier and Type Method Description void
SyntaxTreeBuilder. ReInit(CharStream stream)
Reinitialise.void
SyntaxTreeBuilderTokenManager. ReInit(CharStream stream)
Reinitialise parser.void
SyntaxTreeBuilderTokenManager. ReInit(CharStream stream, int lexState)
Reinitialise parser.Constructors in org.eclipse.rdf4j.query.parser.sparql.ast with parameters of type CharStream Constructor Description SyntaxTreeBuilder(CharStream stream)
Constructor with user supplied CharStream.SyntaxTreeBuilderTokenManager(CharStream stream)
Constructor.SyntaxTreeBuilderTokenManager(CharStream stream, int lexState)
Constructor.
-