Package | Description |
---|---|
com.google.gwt.dev.jjs.impl.gflow.cfg |
Modifier and Type | Class and Description |
---|---|
class |
CfgBreakNode
Node corresponding to break statements.
|
class |
CfgContinueNode
Node corresponding to continue statement.
|
class |
CfgReturnNode
Node corresponding to return statement.
|
class |
CfgSwitchGotoNode
Goto to first switch case statement.
|
Modifier and Type | Method and Description |
---|---|
void |
CfgVisitor.visitGotoNode(CfgGotoNode<?> node) |
Copyright © 2018. All rights reserved.