100101102103104105106
} public ActionLexer(InputStream in) { this(new ByteBuffer(in)); } public ActionLexer(Reader in) { this(new CharBuffer(in)); }
30313233343536
{ public PreprocessorLexer(InputStream in) { this(new ByteBuffer(in)); } public PreprocessorLexer(Reader in) { this(new CharBuffer(in)); }
28293031323334
{ public ANTLRTokdefLexer(InputStream in) { this(new ByteBuffer(in)); } public ANTLRTokdefLexer(Reader in) { this(new CharBuffer(in)); }
99100101102103104105
92939495969798
} public ANTLRLexer(InputStream in) { this(new ByteBuffer(in)); } public ANTLRLexer(Reader in) { this(new CharBuffer(in)); }