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
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
scopes
 
 - 
 - 
Constructor Details
- 
ScopeCollector
public ScopeCollector() 
 - 
 - 
Method Details
- 
visit
Description copied from interface:TreeVisitorInvoked for a node in tree.- Specified by:
 visitin interfaceTreeVisitor<ScopeImpl>- Parameters:
 obj- a reference to the node
 - 
getScopes
 
 -