Class Lex

    • Constructor Detail

      • Lex

        public Lex​(String s)
        Constructs a lexical analyzer.
    • Method Detail

      • get

        public int get()
      • lookAhead

        public int lookAhead()
        Looks at the next token.
      • lookAhead

        public int lookAhead​(int i)
      • getString

        public String getString()
      • getLong

        public long getLong()
      • getDouble

        public double getDouble()
      • getTextAround

        public String getTextAround()