com.thoughtworks.qdox.parser
Interface Lexer

All Known Implementing Classes:
JFlexLexer

public interface Lexer


Method Summary
 int getColumn()
           
 int getLine()
           
 int lex()
           
 java.lang.String text()
           
 

Method Detail

lex

public int lex()
        throws java.io.IOException
Throws:
java.io.IOException

text

public java.lang.String text()

getLine

public int getLine()

getColumn

public int getColumn()


Copyright © 2002-2005 ThoughtWorks, Inc. All Rights Reserved.