Package org.camunda.bpm.engine.impl.tree
Class ScopeCollector
- java.lang.Object
-
- org.camunda.bpm.engine.impl.tree.ScopeCollector
-
- All Implemented Interfaces:
TreeVisitor<ScopeImpl>
public class ScopeCollector extends Object implements TreeVisitor<ScopeImpl>
- Author:
- Daniel Meyer
-
-
Constructor Summary
Constructors Constructor Description ScopeCollector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ScopeImpl>
getScopes()
void
visit(ScopeImpl obj)
Invoked for a node in tree.
-
-
-
Method Detail
-
visit
public void visit(ScopeImpl obj)
Description copied from interface:TreeVisitor
Invoked for a node in tree.- Specified by:
visit
in interfaceTreeVisitor<ScopeImpl>
- Parameters:
obj
- a reference to the node
-
-