com.sonar.sslr.api
Class Preprocessor
java.lang.Object
com.sonar.sslr.api.Preprocessor
public abstract class Preprocessor
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Preprocessor
public Preprocessor()
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.