public interface IPreprocessor
Modifier and Type | Method and Description |
---|---|
java.util.List<IToken> |
preprocess(java.lang.String uniformPath,
java.util.List<IToken> tokens)
Performs the actual preprocessing of the given tokens.
|
java.util.List<IToken> preprocess(java.lang.String uniformPath, java.util.List<IToken> tokens)
uniformPath
- may be null if this information is not available.tokens
- A list of tokens that need to be preprocessed. The given list
may get modified.