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