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