public class Iec61131Preprocessor extends java.lang.Object implements IPreprocessor
ELanguage.IEC61131
files. Most files are returned without change. We need this to fix files
stored by the IDE PLCNext from PhoenixContact.Constructor and Description |
---|
Iec61131Preprocessor() |
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.
|
public Iec61131Preprocessor()
public java.util.List<IToken> preprocess(java.lang.String uniformPath, java.util.List<IToken> tokens)
IPreprocessor
preprocess
in interface IPreprocessor
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.