Package org.camunda.bpm.engine.impl.tree
Class ScopeCollector
java.lang.Object
org.camunda.bpm.engine.impl.tree.ScopeCollector
- All Implemented Interfaces:
TreeVisitor<ScopeImpl>
- Author:
- Daniel Meyer
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
scopes
-
-
Constructor Details
-
ScopeCollector
public ScopeCollector()
-
-
Method Details
-
visit
Description copied from interface:TreeVisitor
Invoked for a node in tree.- Specified by:
visit
in interfaceTreeVisitor<ScopeImpl>
- Parameters:
obj
- a reference to the node
-
getScopes
-