public class TreeModelEncoder.Frame extends Object
Modifier and Type | Field and Description |
---|---|
ArrayList<T> |
locals
The local variables used in the Block.
|
ArrayList<T> |
scopes
The scope stack slots used in the Block.
|
ArrayList<T> |
values
The value stack slots used in the Block.
|
Constructor and Description |
---|
TreeModelEncoder.Frame() |
public T tos()
Copyright © 2016 The Apache Software Foundation. All rights reserved.