public class MigratingScopeInstanceBranch extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected Map<ScopeImpl,MigratingScopeInstance> | scopeInstances | 
| Modifier | Constructor and Description | 
|---|---|
|   | MigratingScopeInstanceBranch() | 
| protected  | MigratingScopeInstanceBranch(Map<ScopeImpl,MigratingScopeInstance> scopeInstances) | 
| Modifier and Type | Method and Description | 
|---|---|
| MigratingScopeInstanceBranch | copy() | 
| MigratingScopeInstance | getInstance(ScopeImpl scope) | 
| boolean | hasInstance(ScopeImpl scope) | 
| void | visited(MigratingScopeInstance scopeInstance) | 
protected Map<ScopeImpl,MigratingScopeInstance> scopeInstances
public MigratingScopeInstanceBranch()
protected MigratingScopeInstanceBranch(Map<ScopeImpl,MigratingScopeInstance> scopeInstances)
public MigratingScopeInstanceBranch copy()
public MigratingScopeInstance getInstance(ScopeImpl scope)
public boolean hasInstance(ScopeImpl scope)
public void visited(MigratingScopeInstance scopeInstance)
Copyright © 2018. All rights reserved.