AbstractScopeNode<?> scope) {
super(parent, SWT.NONE);
this.page = page;
this.scopeAdapter = scope;
this.strategyProvider = new OffsetStrategyProvider(scopeAdapter, IOffsetStrategy.BEFORECURRENT
| IOffsetStrategy.AFTERINIT | IOffsetStrategy.BEGIN | IOffsetStrategy.END);
createComposite(hasArguments);
}