public class OptimizeDelegationPass extends CompilerPass
NO_DEPENDENCIES| Constructor and Description |
|---|
OptimizeDelegationPass() |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(IRScope s,
Object... data)
Meat of an individual pass.
|
String |
getLabel()
What is the user-friendly name of this compiler pass
|
boolean |
invalidate(IRScope s)
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 String getLabel()
CompilerPassgetLabel in class CompilerPasspublic Object execute(IRScope s, Object... data)
CompilerPassexecute in class CompilerPasss - is the scope to run this pass ondata - is the data supplied to this pass to use to execute the passpublic boolean invalidate(IRScope s)
CompilerPassinvalidate in class CompilerPasss - is where the pass stores its data.Copyright © 2001-2016 JRuby. All Rights Reserved.