Class Scope<C>

    • Constructor Detail

      • Scope

        protected Scope()
    • Method Detail

      • context

        public abstract Context<C> context​(C context)
        Attribute: Uses the given context within this scope, still needs name.
      • attribute

        public abstract <T> Scope.Attribute<C,​T> attribute​(String name)
        Attribute: Uses the given name within this scope, still needs context.