| Package | Description |
|---|---|
| soot.toolkits.graph.pdg |
| Modifier and Type | Field and Description |
|---|---|
protected PDGNode.Type |
PDGNode.m_type |
| Modifier and Type | Method and Description |
|---|---|
PDGNode.Type |
PDGNode.getType() |
static PDGNode.Type |
PDGNode.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PDGNode.Type[] |
PDGNode.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDGNode.setType(PDGNode.Type t) |
| Constructor and Description |
|---|
ConditionalPDGNode(java.lang.Object obj,
PDGNode.Type t) |
LoopedPDGNode(Region obj,
PDGNode.Type t,
PDGNode c) |
PDGNode(java.lang.Object obj,
PDGNode.Type t) |
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.