public class ScopeExecutionCollector extends Object implements TreeVisitor<PvmExecutionImpl>
Modifier and Type | Field and Description |
---|---|
protected List<PvmExecutionImpl> |
scopeExecutions |
Constructor and Description |
---|
ScopeExecutionCollector() |
Modifier and Type | Method and Description |
---|---|
List<PvmExecutionImpl> |
getScopeExecutions() |
void |
visit(PvmExecutionImpl obj)
Invoked for a node in tree.
|
protected List<PvmExecutionImpl> scopeExecutions
public void visit(PvmExecutionImpl obj)
TreeVisitor
visit
in interface TreeVisitor<PvmExecutionImpl>
obj
- a reference to the nodepublic List<PvmExecutionImpl> getScopeExecutions()
Copyright © 2022. All rights reserved.