35363738394041
private boolean iDirectiveNameSeen = false; public DirectiveAntlrLexer(InputStream in) { this(new ByteBuffer(in)); } public DirectiveAntlrLexer(Reader in) { this(new CharBuffer(in)); }
32333435363738
public BooleanAntlrLexer(InputStream in) { this(new ByteBuffer(in)); } public BooleanAntlrLexer(Reader in) { this(new CharBuffer(in)); }
92939495969798
} public ANTLRLexer(InputStream in) { this(new ByteBuffer(in)); } public ANTLRLexer(Reader in) { this(new CharBuffer(in)); }
100101102103104105106
} public ActionLexer(InputStream in) { this(new ByteBuffer(in)); } public ActionLexer(Reader in) { this(new CharBuffer(in)); }
99100101102103104105
33343536373839
{ public PathLexer(InputStream in) { this(new ByteBuffer(in)); } public PathLexer(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)); }
110111112113114115116
public WriterFormatLexer(InputStream in) { this(new ByteBuffer(in)); } public WriterFormatLexer(Reader in) { this(new CharBuffer(in)); }
59606162636465
public BasicTemplateAntlrLexer(InputStream in) { this(new ByteBuffer(in)); } public BasicTemplateAntlrLexer(Reader in) { this(new CharBuffer(in)); }