com.thoughtworks.qdox.parser
Interface Lexer


public interface Lexer


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

Method Detail

lex

public int lex()
        throws IOException
Throws:
IOException

text

public String text()

getLine

public int getLine()


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