Class GlobalScope
java.lang.Object
com.twineworks.tweakflow.lang.scope.GlobalScope
- All Implemented Interfaces:
Scope
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetDependencyOrderedSymbols(List<Symbol> dependencyOrderedSymbols) setEnclosingScope(Scope scope)
-
Constructor Details
-
GlobalScope
public GlobalScope()
-
-
Method Details
-
getUnitScope
-
getSymbols
- Specified by:
getSymbolsin interfaceScope
-
getDependencyOrderedSymbols
- Specified by:
getDependencyOrderedSymbolsin interfaceScope
-
getEnclosingScope
- Specified by:
getEnclosingScopein interfaceScope
-
setEnclosingScope
- Specified by:
setEnclosingScopein interfaceScope
-
getScopeType
- Specified by:
getScopeTypein interfaceScope
-
getPublicScope
- Specified by:
getPublicScopein interfaceScope
-
isLibrary
public boolean isLibrary() -
setDependencyOrderedSymbols
- Specified by:
setDependencyOrderedSymbolsin interfaceScope
-
isOrdered
public boolean isOrdered()
-