aminePlatform.guis.prologPlusCGGUIs.prologPlusCGGUI
Interface Lexer

All Known Implementing Classes:
PrologCGLexer

public interface Lexer


Method Summary
 Token getNextToken()
           
 void reset(java.io.Reader reader, int int1, int int2, int int3)
           
 

Method Detail

getNextToken

public Token getNextToken()
                   throws java.io.IOException
Throws:
java.io.IOException

reset

public void reset(java.io.Reader reader,
                  int int1,
                  int int2,
                  int int3)
           throws java.io.IOException
Throws:
java.io.IOException