public class UnboxingPass extends CompilerPass
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<java.lang.Class<? extends CompilerPass>> |
DEPENDENCIES |
| Constructor and Description |
|---|
UnboxingPass() |
| 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
|
boolean |
invalidate(IRScope scope) |
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, getShortLabel, hashCode, invalidate, run, run, runpublic static java.util.List<java.lang.Class<? extends CompilerPass>> DEPENDENCIES
public java.lang.String getLabel()
CompilerPassgetLabel 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(IRScope scope)
Copyright © 2001-2021 JRuby. All Rights Reserved.