com.sonar.sslr.api
Class Preprocessor

java.lang.Object
  extended by com.sonar.sslr.api.Preprocessor

public abstract class Preprocessor
extends Object


Constructor Summary
Preprocessor()
           
 
Method Summary
 void endLexing(LexerOutput output)
           
abstract  boolean process(Token token, LexerOutput output)
           
 void startLexing()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Preprocessor

public Preprocessor()
Method Detail

process

public abstract boolean process(Token token,
                                LexerOutput output)

endLexing

public void endLexing(LexerOutput output)

startLexing

public void startLexing()


Copyright © 2011 SonarSource. All Rights Reserved.