Package org.sonar.sslr.text
Class PreprocessorsChain
- java.lang.Object
-
- org.sonar.sslr.text.PreprocessorsChain
-
@Deprecated public class PreprocessorsChain extends Object
Deprecated.in 1.20, use your own text API instead.This class is not intended to be subclassed by clients.
- Since:
- 1.17
-
-
Constructor Summary
Constructors Constructor Description PreprocessorsChain(List<Preprocessor> preprocessors)
Deprecated.
-
-
-
Constructor Detail
-
PreprocessorsChain
public PreprocessorsChain(List<Preprocessor> preprocessors)
Deprecated.
-
-