Class ECATokenLexer

  • All Implemented Interfaces:
    java_cup.runtime.Scanner

    public class ECATokenLexer
    extends Object
    implements java_cup.runtime.Scanner
    • Constructor Detail

      • ECATokenLexer

        public ECATokenLexer​(Reader in)
      • ECATokenLexer

        public ECATokenLexer​(InputStream in)
    • Method Detail

      • setStartLine

        public void setStartLine​(int startLine)
      • setFile

        public void setFile​(String file)
      • yyreset

        public final void yyreset​(Reader reader)
      • yystate

        public final int yystate()
      • yybegin

        public final void yybegin​(int newState)
      • yytext

        public final String yytext()
      • yycharat

        public final char yycharat​(int pos)
      • yylength

        public final int yylength()
      • yypushback

        public void yypushback​(int number)
      • next_token

        public java_cup.runtime.Symbol next_token()
                                           throws IOException
        Specified by:
        next_token in interface java_cup.runtime.Scanner
        Throws:
        IOException