aima.logic.propositional.parsing
Class PELexer

java.lang.Object
  extended by aima.logic.common.Lexer
      extended by aima.logic.propositional.parsing.PELexer

public class PELexer
extends Lexer


Field Summary
 
Fields inherited from class aima.logic.common.Lexer
input, lookAhead, lookAheadBuffer
 
Constructor Summary
PELexer()
           
PELexer(java.lang.String inputString)
           
 
Method Summary
 Token nextToken()
           
 
Methods inherited from class aima.logic.common.Lexer
clear, consume, fillLookAheadBuffer, isEndOfFile, loadNextCharacterFromInput, lookAhead, setInput
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PELexer

public PELexer()

PELexer

public PELexer(java.lang.String inputString)
Method Detail

nextToken

public Token nextToken()
Specified by:
nextToken in class Lexer