public class AddCallProtocolInstructions extends CompilerPass
| Constructor and Description |
|---|
AddCallProtocolInstructions() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
execute(IRScope scope,
java.lang.Object... data)
Meat of an individual pass.
|
java.lang.String |
getLabel()
What is the user-friendly name of this compiler pass
|
java.lang.String |
getShortLabel()
Shorter label
|
boolean |
invalidate(IRScope scope)
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.
|
createPassInstance, createPassInstance, equals, getDependencies, getPassesFromString, hashCode, previouslyRun, run, run, runpublic java.lang.String getLabel()
CompilerPassgetLabel in class CompilerPasspublic java.lang.String getShortLabel()
CompilerPassgetShortLabel in class CompilerPasspublic java.lang.Object execute(IRScope scope, java.lang.Object... data)
CompilerPassexecute in class CompilerPassscope - is the scope to run this pass ondata - is the data supplied to this pass to use to execute the passpublic boolean invalidate(IRScope scope)
CompilerPassinvalidate in class CompilerPassscope - is where the pass stores its data.Copyright © 2001-2018 JRuby. All Rights Reserved.