Package | Description |
---|---|
com.google.gwt.dev.jjs.ast | |
com.google.gwt.dev.jjs.impl | |
com.google.gwt.dev.jjs.impl.gflow.cfg |
Modifier and Type | Method and Description |
---|---|
JBlock |
JTryStatement.CatchClause.getBlock() |
JBlock |
JMethodBody.getBlock() |
JBlock |
JSwitchStatement.getBody() |
JBlock |
JTryStatement.getFinallyBlock() |
JBlock |
JTryStatement.getTryBlock() |
Modifier and Type | Method and Description |
---|---|
void |
JVisitor.endVisit(JBlock x,
Context ctx) |
boolean |
JVisitor.visit(JBlock x,
Context ctx) |
Constructor and Description |
---|
CatchClause(List<JType> catchTypes,
JLocalRef arg,
JBlock block) |
JSwitchStatement(SourceInfo info,
JExpression expr,
JBlock body) |
JTryStatement(SourceInfo info,
JBlock tryBlock,
List<JTryStatement.CatchClause> catchClauses,
JBlock finallyBlock)
Construct a Java try statement.
|
Modifier and Type | Method and Description |
---|---|
void |
DeadCodeElimination.DeadCodeVisitor.endVisit(JBlock x,
Context ctx)
Prune dead statements and empty blocks.
|
boolean |
ToStringGenerationVisitor.visit(JBlock x,
Context ctx) |
Modifier and Type | Method and Description |
---|---|
static Cfg |
CfgBuilder.build(JProgram program,
JBlock codeblock)
Build Cfg for code block.
|
Constructor and Description |
---|
CfgBlockNode(CfgNode<?> parent,
JBlock node) |
Copyright © 2018. All rights reserved.