Uses of Class
org.microbean.construct.element.UniversalDirective
Packages that use UniversalDirective
Package
Description
Provides classes and interfaces related to Java language elements.
-
Uses of UniversalDirective in org.microbean.construct.element
Methods in org.microbean.construct.element that return UniversalDirectiveModifier and TypeMethodDescriptionstatic final UniversalDirective
UniversalDirective.of
(ModuleElement.Directive d, Domain domain) Returns aUniversalDirective
that is either the suppliedModuleElement.Directive
(if it itself isnull
or is aUniversalDirective
) or one that wraps it.Methods in org.microbean.construct.element that return types with arguments of type UniversalDirectiveModifier and TypeMethodDescriptionfinal List
<? extends UniversalDirective> UniversalElement.getDirectives()
static final List
<? extends UniversalDirective> UniversalDirective.of
(Collection<? extends ModuleElement.Directive> es, Domain domain) Returns a non-null
, immutableList
ofUniversalDirective
s whose elements wrap the suppliedList
's elements.