public interface IStackProvider
| Modifier and Type | Field and Description |
|---|---|
static int |
START_POS |
static int |
SUPER_POS |
static int |
THIS_POS |
| Modifier and Type | Method and Description |
|---|---|
int |
getNextStackIndex()
For compile-time assignment of stack indexes.
|
int |
getNextStackIndexForScope(IScope scope)
For compile-time assignment of stack indexes at a particular scope.
|
boolean |
hasIsolatedScope()
For compile-time use.
|
static final int THIS_POS
static final int SUPER_POS
static final int START_POS
int getNextStackIndex()
int getNextStackIndexForScope(IScope scope)
boolean hasIsolatedScope()
Copyright © 2017. All rights reserved.