org.mozilla.javascript
public static class Node.Jump extends Node
Field Summary | |
---|---|
Node | target |
Constructor Summary | |
---|---|
Jump(int type) |
Method Summary | |
---|---|
Node | getContinue() |
Node | getDefault() |
Node | getFinally() |
Node.Jump | getJumpStatement() |
Node.Jump | getLoop() |
void | setContinue(Node continueTarget) |
void | setDefault(Node defaultTarget) |
void | setFinally(Node finallyTarget) |
void | setJumpStatement(Node.Jump jumpStatement) |
void | setLoop(Node.Jump loop) |