public class EnsureTempsAssigned extends CompilerPass
| Constructor and Description |
|---|
EnsureTempsAssigned() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
execute(FullInterpreterContext fic,
java.lang.Object... data)
Meat of an individual pass.
|
java.lang.String |
getLabel()
What is the user-friendly name of this compiler pass
|
createPassInstance, createPassInstance, equals, getDependencies, getPassesFromString, getShortLabel, hashCode, invalidate, previouslyRun, run, run, runpublic java.lang.String getLabel()
CompilerPassgetLabel 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-2021 JRuby. All Rights Reserved.