50515253545556
} public SchemaValueLexer( Reader in ) { this( new CharBuffer( in ) ); }
} public SchemaLexer( 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
} public ActionLexer(InputStream in) { this(new ByteBuffer(in)); } public ActionLexer(Reader in) { this(new CharBuffer(in)); }
76777879808182
} public CodeLexer(InputStream in) { this(new ByteBuffer(in)); } public CodeLexer(Reader in) { this(new CharBuffer(in)); }
100101102103104105106
108109110111112113114
92939495969798
} public ANTLRLexer(InputStream in) { this(new ByteBuffer(in)); } public ANTLRLexer(Reader in) { this(new CharBuffer(in)); }