Package | Description |
---|---|
com.google.gwt.dev.jjs.impl.gflow.cfg |
Modifier and Type | Class and Description |
---|---|
class |
CfgBlockNode
Node corresponding to code blocks.
|
class |
CfgMethodCallNode
Node corresponding to method calls.
|
class |
CfgReadNode
Node corresponding to any variable read.
|
class |
CfgReadWriteNode
A node corresponding to simultaneous read and write operation (e.g.
|
class |
CfgStatementNode<JNodeType extends JStatement>
A statement wrapper node.
|
class |
CfgTryNode
Node corresponding to try statement.
|
class |
CfgWriteNode
Node corresponding to write operation.
|
Modifier and Type | Method and Description |
---|---|
void |
CfgVisitor.visitSimpleNode(CfgSimpleNode<?> node) |
Copyright © 2018. All rights reserved.