Uses of Package
org.microbean.construct
Packages that use org.microbean.construct
Package
Description
Provides classes and interfaces related to Java language constructs.
Provides classes and interfaces related to Java nominal descriptors.
Provides classes and interfaces related to Java language elements.
Provides classes and interfaces related to Java language types.
Provides classes and interfaces related to Java virtual machine constructs.
-
Classes in org.microbean.construct used by org.microbean.constructClassDescriptionA representation of a domain of valid Java constructs.A utility class that can supply a
ProcessingEnvironment
suitable for use at runtime.AnAutoCloseable
extension whoseUnlockable.close()
method throws no checked exceptions and unlocks something that may have been previously locked in some unspecified manner. -
Classes in org.microbean.construct used by org.microbean.construct.constant
-
Classes in org.microbean.construct used by org.microbean.construct.elementClassDescriptionA representation of a domain of valid Java constructs.An abstract implementation of
AnnotatedConstruct
from which onlyUniversalElement
andUniversalType
descend. -
Classes in org.microbean.construct used by org.microbean.construct.typeClassDescriptionA representation of a domain of valid Java constructs.An abstract implementation of
AnnotatedConstruct
from which onlyUniversalElement
andUniversalType
descend. -
Classes in org.microbean.construct used by org.microbean.construct.vm