public class ExportState extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ExportState.StateInformation
This class represents the state information on the stack.
|
| Constructor and Description |
|---|
ExportState() |
| Modifier and Type | Method and Description |
|---|---|
int |
getLabelIndex(String label)
This method returns the index associated with the
supplied label.
|
void |
pop()
This method pops state information from the stack.
|
void |
push()
This method pushes state information to the stack.
|
void |
registerLabelIndex(String label,
int index)
This method registers the label against the index.
|
void |
unregisterLabel(String label)
This method unregisters the label.
|
public void push()
public void pop()
public void registerLabelIndex(String label, int index)
label - The labelindex - The indexpublic void unregisterLabel(String label)
label - The labelpublic int getLabelIndex(String label)
label - The labelCopyright © 2014. All Rights Reserved.