Package | Description |
---|---|
org.jruby.ir.dataflow |
Modifier and Type | Field and Description |
---|---|
DataFlowProblem.DF_Direction |
DataFlowProblem.direction |
Modifier and Type | Method and Description |
---|---|
DataFlowProblem.DF_Direction |
DataFlowProblem.getFlowDirection() |
static DataFlowProblem.DF_Direction |
DataFlowProblem.DF_Direction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataFlowProblem.DF_Direction[] |
DataFlowProblem.DF_Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DataFlowProblem(DataFlowProblem.DF_Direction direction) |
Copyright © 2001-2018 JRuby. All Rights Reserved.