Skip to content

Commit a0f3ce1

Browse files
author
microbean
committed
Site checkin for project microBean™ Construct
1 parent eed95df commit a0f3ce1

File tree

105 files changed

+6486
-4039
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+6486
-4039
lines changed

apidocs/allclasses-index.html

Lines changed: 32 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (25) on Sun Dec 14 20:05:17 UTC 2025 -->
5-
<title>All Classes and Interfaces (microBean™ Construct 0.0.18 API)</title>
4+
<!-- Generated by javadoc (25) on Tue Jan 13 04:05:48 UTC 2026 -->
5+
<title>All Classes and Interfaces (microBean™ Construct 0.0.19 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF8">
8-
<meta name="dc.created" content="2025-12-14">
8+
<meta name="dc.created" content="2026-01-13">
99
<meta name="description" content="class index">
1010
<meta name="generator" content="javadoc/AllClassesIndexWriter">
1111
<link rel="stylesheet" type="text/css" href="resource-files/jquery-ui.min.css">
@@ -60,33 +60,43 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
6060
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
6161
<div class="block">A utility class for working with access flags.</div>
6262
</div>
63-
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org.microbean.construct/org/microbean/construct/constant/Constables.html" title="class in org.microbean.construct.constant">Constables</a></div>
63+
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org.microbean.construct/org/microbean/construct/element/AnnotationMirrors.html" title="class in org.microbean.construct.element">AnnotationMirrors</a></div>
6464
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
65-
<div class="block">A utility class that returns nominal descriptors for constructs.</div>
65+
<div class="block">A utility class for working with annotations as represented by <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.compiler/javax/lang/model/element/AnnotationMirror.html" title="class or interface in javax.lang.model.element" class="external-link"><code>AnnotationMirror</code></a>s, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.compiler/javax/lang/model/element/ExecutableElement.html" title="class or interface in javax.lang.model.element" class="external-link"><code>ExecutableElement</code></a>s,
66+
and <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.compiler/javax/lang/model/element/AnnotationValue.html" title="class or interface in javax.lang.model.element" class="external-link"><code>AnnotationValue</code></a>s.</div>
6667
</div>
67-
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org.microbean.construct/org/microbean/construct/DefaultDomain.html" title="class in org.microbean.construct">DefaultDomain</a></div>
68+
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org.microbean.construct/org/microbean/construct/constant/Constables.html" title="class in org.microbean.construct.constant">Constables</a></div>
6869
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
70+
<div class="block">A utility class that returns nominal descriptors for constructs.</div>
71+
</div>
72+
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org.microbean.construct/org/microbean/construct/DefaultDomain.html" title="class in org.microbean.construct">DefaultDomain</a></div>
73+
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
6974
<div class="block">A <a href="org.microbean.construct/org/microbean/construct/Domain.html" title="interface in org.microbean.construct">domain of Java constructs</a> that can be used at annotation processing time or at runtime.</div>
7075
</div>
71-
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org.microbean.construct/org/microbean/construct/Domain.html" title="interface in org.microbean.construct">Domain</a></div>
72-
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
76+
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org.microbean.construct/org/microbean/construct/Domain.html" title="interface in org.microbean.construct">Domain</a></div>
77+
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
7378
<div class="block">A representation of a domain of valid Java constructs.</div>
7479
</div>
75-
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org.microbean.construct/org/microbean/construct/type/NoneType.html" title="class in org.microbean.construct.type">NoneType</a></div>
76-
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
80+
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org.microbean.construct/org/microbean/construct/type/NoneType.html" title="class in org.microbean.construct.type">NoneType</a></div>
81+
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
7782
<div class="block">A useful implementation of <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.compiler/javax/lang/model/type/NoType.html" title="class or interface in javax.lang.model.type" class="external-link"><code>NoType</code></a> with a <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.compiler/javax/lang/model/type/TypeKind.html" title="class or interface in javax.lang.model.type" class="external-link"><code>TypeKind</code></a> of <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.compiler/javax/lang/model/type/TypeKind.html#NONE" title="class or interface in javax.lang.model.type" class="external-link"><code>NONE</code></a>.</div>
7883
</div>
79-
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org.microbean.construct/org/microbean/construct/PrimordialDomain.html" title="interface in org.microbean.construct">PrimordialDomain</a></div>
80-
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
84+
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org.microbean.construct/org/microbean/construct/PrimordialDomain.html" title="interface in org.microbean.construct">PrimordialDomain</a></div>
85+
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
8186
<div class="block">A view of an underlying domain of valid Java constructs that exposes <a href="org.microbean.construct/org/microbean/construct/PrimordialDomain.html#nullType()">the null type</a>, various
8287
kinds of <a href="org.microbean.construct/org/microbean/construct/PrimordialDomain.html#noType(javax.lang.model.type.TypeKind)">pseudo-types</a>, the <a href="org.microbean.construct/org/microbean/construct/PrimordialDomain.html#javaLangObjectType()">prototypical
8388
<code>java.lang.Object</code> type</a>, and the ability to <a href="org.microbean.construct/org/microbean/construct/PrimordialDomain.html#lock()">globally lock for symbol completion if
8489
needed</a>.</div>
8590
</div>
86-
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org.microbean.construct/org/microbean/construct/RuntimeProcessingEnvironmentSupplier.html" title="class in org.microbean.construct">RuntimeProcessingEnvironmentSupplier</a></div>
87-
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
91+
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org.microbean.construct/org/microbean/construct/RuntimeProcessingEnvironmentSupplier.html" title="class in org.microbean.construct">RuntimeProcessingEnvironmentSupplier</a></div>
92+
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
8893
<div class="block">A utility class that can <a href="org.microbean.construct/org/microbean/construct/RuntimeProcessingEnvironmentSupplier.html#of()">supply</a> a <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.compiler/javax/annotation/processing/ProcessingEnvironment.html" title="class or interface in javax.annotation.processing" class="external-link"><code>ProcessingEnvironment</code></a> suitable for use at runtime.</div>
8994
</div>
95+
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org.microbean.construct/org/microbean/construct/element/SameAnnotationValueVisitor.html" title="class in org.microbean.construct.element">SameAnnotationValueVisitor</a></div>
96+
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
97+
<div class="block">An <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.compiler/javax/lang/model/util/AbstractAnnotationValueVisitor14.html" title="class or interface in javax.lang.model.util" class="external-link"><code>AbstractAnnotationValueVisitor14</code></a> that determines if the otherwise opaque values <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.compiler/javax/lang/model/element/AnnotationValue.html#getValue()" title="class or interface in javax.lang.model.element" class="external-link">represented</a> by two <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.compiler/javax/lang/model/element/AnnotationValue.html" title="class or interface in javax.lang.model.element" class="external-link"><code>AnnotationValue</code></a> implementations are to be considered the
98+
<dfn>same</dfn>.</div>
99+
</div>
90100
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org.microbean.construct/org/microbean/construct/vm/Signatures.html" title="class in org.microbean.construct.vm">Signatures</a></div>
91101
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
92102
<div class="block">A utility class that provides <dfn>signatures</dfn> for <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.compiler/javax/lang/model/type/TypeMirror.html" title="class or interface in javax.lang.model.type" class="external-link"><code>TypeMirror</code></a>s and <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.compiler/javax/lang/model/element/Element.html" title="class or interface in javax.lang.model.element" class="external-link"><code>Element</code></a>s.</div>
@@ -104,20 +114,20 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
104114
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
105115
<div class="block">An <strong>experimental</strong> <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.compiler/javax/lang/model/element/AnnotationMirror.html" title="class or interface in javax.lang.model.element" class="external-link"><code>AnnotationMirror</code></a> implementation that is partially or wholly synthetic.</div>
106116
</div>
107-
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org.microbean.construct/org/microbean/construct/element/SyntheticAnnotationMirror.SyntheticAnnotationValue.html" title="class in org.microbean.construct.element">SyntheticAnnotationMirror.SyntheticAnnotationValue</a></div>
117+
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org.microbean.construct/org/microbean/construct/element/SyntheticAnnotationTypeElement.html" title="class in org.microbean.construct.element">SyntheticAnnotationTypeElement</a></div>
108118
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
109-
<div class="block">An <strong>experimental</strong> <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.compiler/javax/lang/model/element/AnnotationValue.html" title="class or interface in javax.lang.model.element" class="external-link"><code>AnnotationValue</code></a> implementation that is partially or wholly synthetic.</div>
110-
</div>
111-
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org.microbean.construct/org/microbean/construct/element/SyntheticAnnotationTypeElement.html" title="class in org.microbean.construct.element">SyntheticAnnotationTypeElement</a></div>
112-
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
113119
<div class="block">An <strong>experimental</strong> <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.compiler/javax/lang/model/element/TypeElement.html" title="class or interface in javax.lang.model.element" class="external-link"><code>TypeElement</code></a> implementation that is wholly synthetic and suitable only for
114120
(partially) modeling <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.compiler/javax/lang/model/element/AnnotationMirror.html#getAnnotationType()" title="class or interface in javax.lang.model.element" class="external-link">annotation types</a>.</div>
115121
</div>
116-
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org.microbean.construct/org/microbean/construct/element/SyntheticAnnotationTypeElement.SyntheticAnnotationElement.html" title="class in org.microbean.construct.element">SyntheticAnnotationTypeElement.SyntheticAnnotationElement</a></div>
117-
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
122+
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org.microbean.construct/org/microbean/construct/element/SyntheticAnnotationTypeElement.SyntheticAnnotationElement.html" title="class in org.microbean.construct.element">SyntheticAnnotationTypeElement.SyntheticAnnotationElement</a></div>
123+
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
118124
<div class="block">An <strong>experimental</strong> collection of information out of which a synthetic annotation element may be
119125
fashioned.</div>
120126
</div>
127+
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org.microbean.construct/org/microbean/construct/element/SyntheticAnnotationValue.html" title="class in org.microbean.construct.element">SyntheticAnnotationValue</a></div>
128+
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
129+
<div class="block">An <strong>experimental</strong> <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.compiler/javax/lang/model/element/AnnotationValue.html" title="class or interface in javax.lang.model.element" class="external-link"><code>AnnotationValue</code></a> implementation that is partially or wholly synthetic.</div>
130+
</div>
121131
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org.microbean.construct/org/microbean/construct/element/SyntheticName.html" title="class in org.microbean.construct.element">SyntheticName</a></div>
122132
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
123133
<div class="block">A <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.compiler/javax/lang/model/element/Name.html" title="class or interface in javax.lang.model.element" class="external-link"><code>Name</code></a> implementation based on <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link"><code>String</code></a>s.</div>
@@ -160,7 +170,7 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
160170
</div>
161171
<footer role="contentinfo">
162172
<hr>
163-
<p class="legal-copy"><small>Copyright &copy; 2024&ndash;2025, <a href="http://microbean.systems/" target="_top">microBean™</a>. All rights reserved.</small></p>
173+
<p class="legal-copy"><small>Copyright &copy; 2024&ndash;2026, <a href="http://microbean.systems/" target="_top">microBean™</a>. All rights reserved.</small></p>
164174
</footer>
165175
</main>
166176
</div>

apidocs/allpackages-index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (25) on Sun Dec 14 20:05:17 UTC 2025 -->
5-
<title>All Packages (microBean™ Construct 0.0.18 API)</title>
4+
<!-- Generated by javadoc (25) on Tue Jan 13 04:05:48 UTC 2026 -->
5+
<title>All Packages (microBean™ Construct 0.0.19 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF8">
8-
<meta name="dc.created" content="2025-12-14">
8+
<meta name="dc.created" content="2026-01-13">
99
<meta name="description" content="package index">
1010
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
1111
<link rel="stylesheet" type="text/css" href="resource-files/jquery-ui.min.css">
@@ -77,7 +77,7 @@ <h1 title="All&amp;nbsp;Packages" class="title">All&nbsp;Packages</h1>
7777
</div>
7878
<footer role="contentinfo">
7979
<hr>
80-
<p class="legal-copy"><small>Copyright &copy; 2024&ndash;2025, <a href="http://microbean.systems/" target="_top">microBean™</a>. All rights reserved.</small></p>
80+
<p class="legal-copy"><small>Copyright &copy; 2024&ndash;2026, <a href="http://microbean.systems/" target="_top">microBean™</a>. All rights reserved.</small></p>
8181
</footer>
8282
</main>
8383
</div>

0 commit comments

Comments
 (0)