public class ControlStack extends Object
ControlStack represents function call stack.| Modifier and Type | Field and Description |
|---|---|
StackFrame |
currentFrame |
| Constructor and Description |
|---|
ControlStack() |
| Modifier and Type | Method and Description |
|---|---|
StackFrame |
getCurrentFrame() |
StackFrame |
popFrame() |
void |
pushFrame(StackFrame frame) |
public StackFrame currentFrame
public void pushFrame(StackFrame frame)
public StackFrame popFrame()
public StackFrame getCurrentFrame()
Copyright © 2018 WSO2. All rights reserved.