Uses of Interface
org.apache.qpid.server.query.engine.parsing.CharStream
-
Packages that use CharStream Package Description org.apache.qpid.server.query.engine.parsing -
-
Uses of CharStream in org.apache.qpid.server.query.engine.parsing
Classes in org.apache.qpid.server.query.engine.parsing that implement CharStream Modifier and Type Class Description classAbstractCharStreamAn implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).classSimpleCharStreamAn implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
-