public class DeadCodeElimination extends CompilerPass
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<java.lang.Class<? extends CompilerPass>> |
DEPENDENCIES |
| Constructor and Description |
|---|
DeadCodeElimination() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
execute(FullInterpreterContext fic,
java.lang.Object... data)
Meat of an individual pass.
|
java.util.List<java.lang.Class<? extends CompilerPass>> |
getDependencies() |
java.lang.String |
getLabel()
What is the user-friendly name of this compiler pass
|
java.lang.String |
getShortLabel()
Shorter label
|
createPassInstance, createPassInstance, equals, getPassesFromString, hashCode, invalidate, previouslyRun, run, run, runpublic static final java.util.List<java.lang.Class<? extends CompilerPass>> DEPENDENCIES
public java.lang.String getLabel()
CompilerPassgetLabel in class CompilerPasspublic java.lang.String getShortLabel()
CompilerPassgetShortLabel in class CompilerPasspublic java.util.List<java.lang.Class<? extends CompilerPass>> getDependencies()
getDependencies in class CompilerPasspublic java.lang.Object execute(FullInterpreterContext fic, java.lang.Object... data)
CompilerPassexecute in class CompilerPassfic - is the FullInterpreterContext to run this pass ondata - is the data supplied to this pass to use to execute the passCopyright © 2001-2022 JRuby. All Rights Reserved.