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 TypeClassDescriptionclassAn implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).classFields 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 TypeMethodDescriptionvoidSyntaxTreeBuilder.ReInit(CharStream stream) Reinitialise.voidSyntaxTreeBuilderTokenManager.ReInit(CharStream stream) Reinitialise parser.voidSyntaxTreeBuilderTokenManager.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.