Uses of Interface
org.eclipse.rdf4j.query.parser.sparql.ast.CharStream
Packages that use CharStream
Package
Description
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 CharStreamModifier and TypeClassDescriptionclass
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).class
Fields in org.eclipse.rdf4j.query.parser.sparql.ast declared as CharStreamMethods in org.eclipse.rdf4j.query.parser.sparql.ast with parameters of type CharStreamModifier and TypeMethodDescriptionvoid
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 CharStreamModifierConstructorDescriptionSyntaxTreeBuilder
(CharStream stream) Constructor with user supplied CharStream.Constructor.SyntaxTreeBuilderTokenManager
(CharStream stream, int lexState) Constructor.