Class ScriptScopeProvider

java.lang.Object
org.eclipse.xtext.xbase.scoping.batch.XbaseBatchScopeProvider
org.openhab.core.model.script.scoping.AbstractScriptScopeProvider
org.openhab.core.model.script.scoping.ScriptScopeProvider
All Implemented Interfaces:
org.eclipse.xtext.scoping.impl.IDelegatingScopeProvider, org.eclipse.xtext.scoping.IScopeProvider, org.eclipse.xtext.xbase.scoping.batch.IBatchScopeProvider
Direct Known Subclasses:
AbstractRulesScopeProvider

public class ScriptScopeProvider extends AbstractScriptScopeProvider
This class contains custom scoping description. See https://www.eclipse.org/Xtext/documentation/303_runtime_concepts.html#scoping on how and when to use it.
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Methods inherited from class org.eclipse.xtext.xbase.scoping.batch.XbaseBatchScopeProvider Link icon

    delegateGetScope, getDelegate, getFeatureScopes, getScope, isBatchScopeable, isConstructorCallScope, isFeatureCallScope, isTypeScope, newSession, setDelegate, setWrapper

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details Link icon

    • ScriptScopeProvider Link icon

      public ScriptScopeProvider()