ShowXPath
Class NewLexer

java.lang.Object
  |
  +--ShowXPath.XPath.lexer.Lexer
        |
        +--ShowXPath.NewLexer

public class NewLexer
extends ShowXPath.XPath.lexer.Lexer


Inner classes inherited from class ShowXPath.XPath.lexer.Lexer
ShowXPath.XPath.lexer.Lexer.State
 
Fields inherited from class ShowXPath.XPath.lexer.Lexer
state, token
 
Constructor Summary
NewLexer(java.io.PushbackReader in)
           
 
Method Summary
 ShowXPath.XPath.node.Token next()
           
 ShowXPath.XPath.node.Token peek()
           
 
Methods inherited from class ShowXPath.XPath.lexer.Lexer
filter, getToken, unread
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewLexer

public NewLexer(java.io.PushbackReader in)
Method Detail

peek

public ShowXPath.XPath.node.Token peek()
                                throws ShowXPath.XPath.lexer.LexerException,
                                       java.io.IOException
Overrides:
peek in class ShowXPath.XPath.lexer.Lexer

next

public ShowXPath.XPath.node.Token next()
                                throws ShowXPath.XPath.lexer.LexerException,
                                       java.io.IOException
Overrides:
next in class ShowXPath.XPath.lexer.Lexer