com.thoughtworks.qdox.parser
Interface Lexer

All Known Implementing Classes:
JFlexLexer

public interface Lexer


Method Summary
 String getCodeBody()
           
 int getColumn()
           
 int getLine()
           
 int lex()
           
 String text()
           
 

Method Detail

lex

int lex()
        throws IOException
Throws:
IOException

text

String text()

getLine

int getLine()

getColumn

int getColumn()

getCodeBody

String getCodeBody()


Copyright © 2002-2011. All Rights Reserved.