public class AddLocalVarLoadStoreInstructions extends CompilerPass
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<java.lang.Class<? extends CompilerPass>> |
DEPENDENCIES |
| Constructor and Description |
|---|
AddLocalVarLoadStoreInstructions() |
| 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
|
boolean |
invalidate(FullInterpreterContext fic)
The data that this pass is responsible for will get invalidated so that
if this pass is then executed it will generate new pass data.
|
java.lang.Object |
previouslyRun(FullInterpreterContext fic)
If this pass has been previous run, then return the data from that last run.
|
createPassInstance, createPassInstance, equals, getPassesFromString, hashCode, 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 passpublic java.lang.Object previouslyRun(FullInterpreterContext fic)
CompilerPasspreviouslyRun in class CompilerPasspublic boolean invalidate(FullInterpreterContext fic)
CompilerPassinvalidate in class CompilerPassfic - is where the pass stores its data.Copyright © 2001-2022 JRuby. All Rights Reserved.