Class CppCharStream

  • All Implemented Interfaces:
    CharStream

    @Deprecated
    @InternalApi
    public class CppCharStream
    extends SimpleCharStream
    Deprecated.
    A SimpleCharStream, that supports the continuation of lines via backslash+newline, which is used in C/C++.
    Author:
    Andreas Dangel