- All Superinterfaces:
Completable
- All Known Subinterfaces:
LocalValue
- All Known Implementing Classes:
ArrayGenerator, AssignArrayGenerator, AssignLocal, Catch, EnterFrame, FilterGuard, Finally, FinishIteratorGenerator, GetLocal, GetQuery, IterableGenerator, LeaveFrame, Production, Range, Root, Synchronized
-
Field Summary
Fields
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
-
Field Details
-
PRE_USE
static final int PRE_USE
- See Also:
-
-
POST_USE
static final int POST_USE
- See Also:
-
-
PRE_ASSIGNMENT
static final int PRE_ASSIGNMENT
- See Also:
-
-
PRE_1_ASSIGNMENT
static final int PRE_1_ASSIGNMENT
- See Also:
-
-
PRE_2_ASSIGNMENT
static final int PRE_2_ASSIGNMENT
- See Also:
-
-
POST_ASSIGNMENT
static final int POST_ASSIGNMENT
- See Also:
-
-
USES_LOCAL
static final int USES_LOCAL
- See Also:
-
-
ASSIGNS_LOCAL
static final int ASSIGNS_LOCAL
- See Also:
-
-
Method Details
-
getLocalCount
int getLocalCount()
-
getAccessType
int getAccessType(int index)
-
getLocal
Local getLocal(int index)
-
setLocal
void setLocal(int index,
Local local)