org.sonar.sslr.text
Class PreprocessorsChain

java.lang.Object
  extended by org.sonar.sslr.text.PreprocessorsChain

public class PreprocessorsChain
extends Object

This class is not intended to be subclassed by clients.

Since:
1.17

Constructor Summary
PreprocessorsChain(List<Preprocessor> preprocessors)
           
 
Method Summary
 Text process(Text input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreprocessorsChain

public PreprocessorsChain(List<Preprocessor> preprocessors)
Method Detail

process

public Text process(Text input)


Copyright © 2009-2014 SonarSource. All Rights Reserved.