This method allocates a specified number of fresh {@link Scope} objects.They can be accessed by the {@link #getScope} method until the corresponding{@link #endScope} method is invoked.
A new scope will mask the currently active scope. Only one frame of {@link Scope}s can be accessed at any given time. @param frameSize The # of slots to be allocated.
This method allocates a specified number of fresh {@link Scope} objects.They can be accessed by the {@link #getScope} method until the corresponding{@link #endScope} method is invoked.
A new scope will mask the currently active scope. Only one frame of {@link Scope}s can be accessed at any given time. @param frameSize The # of slots to be allocated.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|