Package | Description |
---|---|
soot.toolkits.graph.pdg |
Modifier and Type | Field and Description |
---|---|
protected PDGNode.Type |
PDGNode.m_type |
protected PDGNode.Type |
PDGNode.m_type |
Modifier and Type | Method and Description |
---|---|
PDGNode.Type |
PDGNode.getType() |
PDGNode.Type |
PDGNode.getType() |
static PDGNode.Type |
PDGNode.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PDGNode.Type |
PDGNode.Type.valueOf(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.
|
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) |
void |
PDGNode.setType(PDGNode.Type t) |
Constructor and Description |
---|
ConditionalPDGNode(Object obj,
PDGNode.Type t) |
ConditionalPDGNode(Object obj,
PDGNode.Type t) |
LoopedPDGNode(Region obj,
PDGNode.Type t,
PDGNode c) |
LoopedPDGNode(Region obj,
PDGNode.Type t,
PDGNode c) |
PDGNode(Object obj,
PDGNode.Type t) |
PDGNode(Object obj,
PDGNode.Type t) |