Class RemoveRemStatements
- java.lang.Object
-
- io.github.applecommander.bastools.api.optimizations.BaseVisitor
-
- io.github.applecommander.bastools.api.optimizations.RemoveRemStatements
-
- All Implemented Interfaces:
Visitor
public class RemoveRemStatements extends BaseVisitor
Drop all REM statements as they are encountered in the tree walk.
-
-
Field Summary
-
Fields inherited from class io.github.applecommander.bastools.api.optimizations.BaseVisitor
newProgram, reassignments
-
-
Constructor Summary
Constructors Constructor Description RemoveRemStatements(Configuration config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Statementvisit(Statement statement)-
Methods inherited from class io.github.applecommander.bastools.api.optimizations.BaseVisitor
visit, visit, visit
-
-
-
-
Constructor Detail
-
RemoveRemStatements
public RemoveRemStatements(Configuration config)
-
-