- java.lang.Object
-
- com.aoapps.lang.attribute.Scope<C>
-
- All Implemented Interfaces:
Serializable
public abstract class Scope<C> extends Object implements Serializable
The most broad concept is scope.Attribute: Has scope, still needs context and name.- Author:
- AO Industries, Inc.
- See Also:
Attribute,Context, Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScope.Attribute<C,T>Attribute: Has scope and name, still needs context.
-
Constructor Summary
Constructors Modifier Constructor Description protectedScope()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <T> Scope.Attribute<C,T>attribute(String name)Attribute: Uses the given name within this scope, still needs context.abstract Context<C>context(C context)Attribute: Uses the given context within this scope, still needs name.
-