Class SourcePreprocessorImpl
- java.lang.Object
-
- io.github.mkoncek.classpathless.impl.SourcePreprocessorImpl
-
- All Implemented Interfaces:
SourcePreprocessor
- Direct Known Subclasses:
Fernflower
public abstract class SourcePreprocessorImpl extends java.lang.Object implements SourcePreprocessor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.github.mkoncek.classpathless.api.SourcePreprocessor
SourcePreprocessor.Null
-
-
Constructor Summary
Constructors Constructor Description SourcePreprocessorImpl()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
fixImports(java.lang.String source)
Fix import statements.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.github.mkoncek.classpathless.api.SourcePreprocessor
preprocess
-
-