public interface IPreprocessor
Modifier and Type | Method and Description |
---|---|
void |
executeActionOnFind(ScriptFile scriptFile)
Gets executed directly on find
|
void |
executeActionOnFinish(ScriptFile scriptFile)
Gets executed after all preprocessor actions have been collected
|
java.lang.String |
getFileName() |
int |
getLineIndex() |
java.lang.String |
getPreprocessorLine() |
java.lang.String |
getPreprocessorName() |
java.lang.String getPreprocessorName()
void executeActionOnFind(ScriptFile scriptFile)
void executeActionOnFinish(ScriptFile scriptFile)
java.lang.String getPreprocessorLine()
java.lang.String getFileName()
int getLineIndex()