| Package | Description |
|---|---|
| org.teavm.javascript.ast |
| Modifier and Type | Method and Description |
|---|---|
NodeLocation |
ThrowStatement.getLocation() |
NodeLocation |
BreakStatement.getLocation() |
NodeLocation |
MonitorEnterStatement.getLocation() |
NodeLocation |
Expr.getLocation() |
NodeLocation |
InitClassStatement.getLocation() |
NodeLocation |
MonitorExitStatement.getLocation() |
NodeLocation |
AssignmentStatement.getLocation() |
NodeLocation |
ContinueStatement.getLocation() |
NodeLocation |
ReturnStatement.getLocation() |
| Modifier and Type | Method and Description |
|---|---|
static Expr |
Expr.binary(BinaryOperation op,
Expr first,
Expr second,
NodeLocation loc) |
void |
ThrowStatement.setLocation(NodeLocation location) |
void |
BreakStatement.setLocation(NodeLocation location) |
void |
MonitorEnterStatement.setLocation(NodeLocation location) |
void |
Expr.setLocation(NodeLocation location) |
void |
InitClassStatement.setLocation(NodeLocation location) |
void |
MonitorExitStatement.setLocation(NodeLocation location) |
void |
AssignmentStatement.setLocation(NodeLocation location) |
void |
ContinueStatement.setLocation(NodeLocation location) |
void |
ReturnStatement.setLocation(NodeLocation location) |
Copyright © 2015. All rights reserved.