| Modifier and Type | Class and Description |
|---|---|
class |
DeadCodeRemoval
Removes code under conditionals which are proven to fail.
|
class |
SyntheticMapRemoval
This optimization handles variables initialized to map literals.
|
class |
UnusedVariableRemoval
This optimization removes variables which are bound but never used in the command stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantFolding
Optimization which evaluates constant expressions during compilation-time
|
| Modifier and Type | Class and Description |
|---|---|
class |
IgnoreRange
Ignore a nested range of commands.
|
class |
StatefulRangeIgnore
Variant of
IgnoreRange to be used in stateful visitors. |
class |
TrackingVisitor<T>
Command visitor which tracks variables in commands.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.