| Package | Description |
|---|---|
| com.google.gwt.dev.jjs.ast | |
| com.google.gwt.dev.jjs.impl |
| Modifier and Type | Method and Description |
|---|---|
JLabel |
JContinueStatement.getLabel() |
JLabel |
JLabeledStatement.getLabel() |
JLabel |
JBreakStatement.getLabel() |
| Modifier and Type | Method and Description |
|---|---|
void |
JVisitor.endVisit(JLabel x,
Context ctx) |
boolean |
JVisitor.visit(JLabel x,
Context ctx) |
| Constructor and Description |
|---|
JBreakStatement(SourceInfo info,
JLabel label) |
JContinueStatement(SourceInfo info,
JLabel label) |
JLabeledStatement(SourceInfo info,
JLabel label,
JStatement body) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ToStringGenerationVisitor.visit(JLabel x,
Context ctx) |
Copyright © 2018. All rights reserved.