| Package | Description |
|---|---|
| com.ibm.wala.ipa.slicer |
| Modifier and Type | Method and Description |
|---|---|
abstract Statement.Kind |
Statement.getKind() |
Statement.Kind |
PiStatement.getKind() |
Statement.Kind |
PhiStatement.getKind() |
Statement.Kind |
ParamCaller.getKind() |
Statement.Kind |
ParamCallee.getKind() |
Statement.Kind |
NormalStatement.getKind() |
Statement.Kind |
NormalReturnCaller.getKind() |
Statement.Kind |
NormalReturnCallee.getKind() |
Statement.Kind |
MethodExitStatement.getKind() |
Statement.Kind |
MethodEntryStatement.getKind() |
Statement.Kind |
HeapStatement.HeapParamCaller.getKind() |
Statement.Kind |
HeapStatement.HeapParamCallee.getKind() |
Statement.Kind |
HeapStatement.HeapReturnCaller.getKind() |
Statement.Kind |
HeapStatement.HeapReturnCallee.getKind() |
Statement.Kind |
GetCaughtExceptionStatement.getKind() |
Statement.Kind |
ExceptionalReturnCaller.getKind() |
Statement.Kind |
ExceptionalReturnCallee.getKind() |
static Statement.Kind |
Statement.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Statement.Kind[] |
Statement.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015. All rights reserved.