Uses of Enum Class
com.twineworks.tweakflow.lang.scope.ScopeType
Packages that use ScopeType
-
Uses of ScopeType in com.twineworks.tweakflow.lang.scope
Methods in com.twineworks.tweakflow.lang.scope that return ScopeTypeModifier and TypeMethodDescriptionGlobalScope.getScopeType()LocalScope.getScopeType()Scope.getScopeType()Symbol.getScopeType()static ScopeTypeReturns the enum constant of this class with the specified name.static ScopeType[]ScopeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.twineworks.tweakflow.lang.scope with parameters of type ScopeTypeModifierConstructorDescriptionLocalScope(Scope enclosingScope, ScopeType scopeType) LocalScope(Scope enclosingScope, ScopeType scopeType, boolean ordered)