979899100101102103
else { antlrTool.warning(s,getFilename(),getLine(), getColumn()); } } public ActionLexer(InputStream in) { this(new ByteBuffer(in)); }
27282930313233
import persistence.antlr.SemanticException; public class PreprocessorLexer extends persistence.antlr.CharScanner implements PreprocessorTokenTypes, TokenStream { public PreprocessorLexer(InputStream in) { this(new ByteBuffer(in)); }
25262728293031
import persistence.antlr.SemanticException; public class ANTLRTokdefLexer extends persistence.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)); }
89909192939495
else { return lit.charAt(1); } } public ANTLRLexer(InputStream in) { this(new ByteBuffer(in)); }