Package | Description |
---|---|
org.jruby.ir | |
org.jruby.ir.dataflow | |
org.jruby.ir.dataflow.analyses |
Modifier and Type | Method and Description |
---|---|
DataFlowProblem |
IRScope.getDataFlowSolution(String name) |
Modifier and Type | Method and Description |
---|---|
void |
IRScope.setDataFlowSolution(String name,
DataFlowProblem p) |
Modifier and Type | Class and Description |
---|---|
class |
DataFlowProblem<T extends DataFlowProblem<T,U>,U extends FlowGraphNode<T,U>> |
class |
FlowGraphNode<T extends DataFlowProblem<T,U>,U extends FlowGraphNode<T,U>> |
Modifier and Type | Field and Description |
---|---|
protected T |
FlowGraphNode.problem |
Modifier and Type | Class and Description |
---|---|
class |
LiveVariablesProblem |
class |
LoadLocalVarPlacementProblem |
class |
StoreLocalVarPlacementProblem |
class |
UnboxableOpsAnalysisProblem |
Copyright © 2001-2015 JRuby. All Rights Reserved.