com.tonbeller.jpivot.olap.mdxparse
Class Lexer

java.lang.Object
  extended by com.tonbeller.jpivot.olap.mdxparse.Lexer
All Implemented Interfaces:
java_cup.runtime.Scanner

public class Lexer
extends java.lang.Object

Author:
hh public Wrapper for generated Yylex

Constructor Summary
Lexer(java.io.InputStream instream)
           
Lexer(java.io.Reader reader)
           
 
Method Summary
 java_cup.runtime.Symbol next_token()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lexer

public Lexer(java.io.Reader reader)

Lexer

public Lexer(java.io.InputStream instream)
Method Detail

next_token

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