public class CfgEmptyVisitor extends ModelEmptyVisitor implements CfgVisitor
ModelVisitor.Status
Constructor and Description |
---|
CfgEmptyVisitor() |
Modifier and Type | Method and Description |
---|---|
void |
onAssertBegin(CfgAssertStatement assertStatement)
Starts visiting
CfgAssertStatement node. |
void |
onAssertEnd(CfgAssertStatement assertStatement)
Finishes visiting
CfgAssertStatement node. |
void |
onBlockBegin(CfgBlockStatement block)
Starts visiting
CfgBlockStatement node. |
void |
onBlockEnd(CfgBlockStatement block)
Finishes visiting
CfgBlockStatement node. |
void |
onCaseBegin(CfgCaseStatement caseNode)
Starts visiting
CfgCaseStatement node. |
void |
onCaseEnd(CfgCaseStatement caseNode)
Finishes visiting
CfgCaseStatement node. |
void |
onLoopBegin(CfgLoopStatement loopStatement)
Starts visiting
CfgLoopStatement node. |
void |
onLoopEnd(CfgLoopStatement loopStatement)
Finishes visiting
CfgLoopStatement node. |
void |
onSwitchBegin(CfgSwitchStatement switchNode)
Starts visiting
CfgSwitchStatement node. |
void |
onSwitchEnd(CfgSwitchStatement switchNode)
Finishes visiting
CfgSwitchStatement node. |
void |
onWaitBegin(CfgWaitStatement wait)
Starts visiting
CfgWaitStatement node. |
void |
onWaitEnd(CfgWaitStatement wait)
Finishes visiting
CfgWaitStatement node. |
getStatus, onModelBegin, onModelEnd, onModuleBegin, onModuleEnd, onProcessBegin, onProcessEnd, onRootBegin, onRootEnd, onStatementBegin, onStatementEnd
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStatus, onModelBegin, onModelEnd, onModuleBegin, onModuleEnd, onProcessBegin, onProcessEnd, onRootBegin, onRootEnd, onStatementBegin, onStatementEnd
public void onAssertBegin(CfgAssertStatement assertStatement)
CfgVisitor
CfgAssertStatement
node.onAssertBegin
in interface CfgVisitor
assertStatement
- Assert statement to be visited.public void onAssertEnd(CfgAssertStatement assertStatement)
CfgVisitor
CfgAssertStatement
node.onAssertEnd
in interface CfgVisitor
assertStatement
- Assert statement to be visited.public void onBlockBegin(CfgBlockStatement block)
CfgVisitor
CfgBlockStatement
node.onBlockBegin
in interface CfgVisitor
block
- Block statement to be visited.public void onBlockEnd(CfgBlockStatement block)
CfgVisitor
CfgBlockStatement
node.onBlockEnd
in interface CfgVisitor
block
- Block statement to be visited.public void onCaseBegin(CfgCaseStatement caseNode)
CfgVisitor
CfgCaseStatement
node.onCaseBegin
in interface CfgVisitor
caseNode
- Case statement to be visited.public void onCaseEnd(CfgCaseStatement caseNode)
CfgVisitor
CfgCaseStatement
node.onCaseEnd
in interface CfgVisitor
caseNode
- Case statement to be visited.public void onSwitchBegin(CfgSwitchStatement switchNode)
CfgVisitor
CfgSwitchStatement
node.onSwitchBegin
in interface CfgVisitor
switchNode
- Switch statement to be visited.public void onSwitchEnd(CfgSwitchStatement switchNode)
CfgVisitor
CfgSwitchStatement
node.onSwitchEnd
in interface CfgVisitor
switchNode
- Switch statement to be visited.public void onLoopBegin(CfgLoopStatement loopStatement)
CfgVisitor
CfgLoopStatement
node.onLoopBegin
in interface CfgVisitor
loopStatement
- Loop statement to be visited.public void onLoopEnd(CfgLoopStatement loopStatement)
CfgVisitor
CfgLoopStatement
node.onLoopEnd
in interface CfgVisitor
loopStatement
- Loop statement to be visited.public void onWaitBegin(CfgWaitStatement wait)
CfgVisitor
CfgWaitStatement
node.onWaitBegin
in interface CfgVisitor
wait
- Wait statement to be visited.public void onWaitEnd(CfgWaitStatement wait)
CfgVisitor
CfgWaitStatement
node.onWaitEnd
in interface CfgVisitor
wait
- Wait statement to be visited.