Uses of Class
com.aoapps.lang.attribute.Scope
-
Packages that use Scope Package Description com.aoapps.lang.attribute Utilities for working with various attribute scopes. -
-
Uses of Scope in com.aoapps.lang.attribute
Methods in com.aoapps.lang.attribute that return Scope Modifier and Type Method Description abstract Scope<C>Context. getScope()Gets the scope for this context.Methods in com.aoapps.lang.attribute with parameters of type Scope Modifier and Type Method Description <C> Scope.Attribute<C,T>Attribute.Name. scope(Scope<C> scope)Attribute: Uses the given scope and this name, still needs context.
-