44454647484950
public class SchemaLexer extends antlr.CharScanner implements SchemaTokenTypes, TokenStream { public SchemaLexer( InputStream in ) { this( new ByteBuffer( in ) ); }
27282930313233
import antlr.SemanticException; public class PreprocessorLexer extends antlr.CharScanner implements PreprocessorTokenTypes, TokenStream { public PreprocessorLexer(InputStream in) { this(new ByteBuffer(in)); }
25262728293031
import antlr.SemanticException; public class ANTLRTokdefLexer extends antlr.CharScanner implements ANTLRTokdefParserTokenTypes, TokenStream { public ANTLRTokdefLexer(InputStream in) { this(new ByteBuffer(in)); }
96979899100101102
antlrTool.warning(s); else antlrTool.warning(s,getFilename(),getLine(),getColumn()); } public ActionLexer(InputStream in) { this(new ByteBuffer(in)); }
73747576777879
else { antlrTool.warning(s,getFilename(),getLine(), getColumn()); } } public CodeLexer(InputStream in) { this(new ByteBuffer(in)); }
979899100101102103
else { antlrTool.warning(s,getFilename(),getLine(), getColumn()); } } public ActionLexer(InputStream in) { this(new ByteBuffer(in)); }
105106107108109110111
89909192939495
else { return lit.charAt(1); } } public ANTLRLexer(InputStream in) { this(new ByteBuffer(in)); }
66676869707172
*/ public void tab() { setColumn( getColumn()+1 ); } public ANTLRLexer(InputStream in) { this(new ByteBuffer(in)); }