|
1 | 1 | <!DOCTYPE HTML> |
2 | 2 | <html lang> |
3 | 3 | <head> |
4 | | -<!-- Generated by javadoc (23) on Sun Jan 05 07:14:14 UTC 2025 --> |
5 | | -<title>Index (microBean™ Construct 0.0.4 API)</title> |
| 4 | +<!-- Generated by javadoc (23) on Sun Jan 05 20:14:58 UTC 2025 --> |
| 5 | +<title>Index (microBean™ Construct 0.0.5 API)</title> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF8"> |
8 | 8 | <meta name="dc.created" content="2025-01-05"> |
@@ -603,7 +603,11 @@ <h2 class="title" id="I:J">J</h2> |
603 | 603 | <dd>External Specification</dd> |
604 | 604 | <dt><a href="org.microbean.construct/org/microbean/construct/Domain.html#JavaLanguageSpecification,section4.6" class="search-tag-link">Java Language Specification, section 4.6</a> - Search tag in org.microbean.construct.Domain.erasure(T)</dt> |
605 | 605 | <dd>External Specification</dd> |
606 | | -<dt><a href="org.microbean.construct/org/microbean/construct/Domain.html#JavaLanguageSpecification,section4.8" class="search-tag-link">Java Language Specification, section 4.8</a> - Search tag in org.microbean.construct.Domain.rawType(TypeMirror)</dt> |
| 606 | +<dt><a href="org.microbean.construct/org/microbean/construct/Domain.html#JavaLanguageSpecification,section4.8" class="search-tag-link">Java Language Specification, section 4.8</a> - Search tag in org.microbean.construct.Domain.raw(TypeMirror)</dt> |
| 607 | +<dd>External Specification</dd> |
| 608 | +<dt><a href="org.microbean.construct/org/microbean/construct/DefaultDomain.html#JavaLanguageSpecification,section4.8" class="search-tag-link">Java Language Specification, section 4.8</a> - Search tag in org.microbean.construct.Domain.rawType(TypeMirror)</dt> |
| 609 | +<dd>External Specification</dd> |
| 610 | +<dt><a href="org.microbean.construct/org/microbean/construct/Domain.html#JavaLanguageSpecification,section4.8-1" class="search-tag-link">Java Language Specification, section 4.8</a> - Search tag in org.microbean.construct.Domain.rawType(TypeMirror)</dt> |
607 | 611 | <dd>External Specification</dd> |
608 | 612 | <dt><a href="org.microbean.construct/org/microbean/construct/DefaultDomain.html#JavaLanguageSpecification,section5.1.10" class="search-tag-link">Java Language Specification, section 5.1.10</a> - Search tag in org.microbean.construct.Domain.capture(TypeMirror)</dt> |
609 | 613 | <dd>External Specification</dd> |
@@ -871,6 +875,14 @@ <h2 class="title" id="I:P">P</h2> |
871 | 875 | </dl> |
872 | 876 | <h2 class="title" id="I:R">R</h2> |
873 | 877 | <dl class="index"> |
| 878 | +<dt><a href="org.microbean.construct/org/microbean/construct/Domain.html#raw(javax.lang.model.type.TypeMirror)" class="member-name-link">raw(TypeMirror)</a> - Method in interface org.microbean.construct.<a href="org.microbean.construct/org/microbean/construct/Domain.html" title="interface in org.microbean.construct">Domain</a></dt> |
| 879 | +<dd> |
| 880 | +<div class="block">A convenience method that returns <code>true</code> if and only if the supplied <a href="https://docs.oracle.com/en/java/javase/23/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> is a <dfn>raw |
| 881 | + type</dfn> according to <a href="https://docs.oracle.com/javase/specs/jls/se23/html/jls-4.html#jls-4.8">the rules |
| 882 | + of the Java Language Specification</a></div> |
| 883 | +</dd> |
| 884 | +<dt><a href="org.microbean.construct/org/microbean/construct/DefaultDomain.html#rawType(javax.lang.model.type.TypeMirror)" class="member-name-link">rawType(TypeMirror)</a> - Method in class org.microbean.construct.<a href="org.microbean.construct/org/microbean/construct/DefaultDomain.html" title="class in org.microbean.construct">DefaultDomain</a></dt> |
| 885 | +<dd> </dd> |
874 | 886 | <dt><a href="org.microbean.construct/org/microbean/construct/Domain.html#rawType(javax.lang.model.type.TypeMirror)" class="member-name-link">rawType(TypeMirror)</a> - Method in interface org.microbean.construct.<a href="org.microbean.construct/org/microbean/construct/Domain.html" title="interface in org.microbean.construct">Domain</a></dt> |
875 | 887 | <dd> |
876 | 888 | <div class="block">A convenience method that returns the <dfn>raw type</dfn> corresponding to <code>t</code>, <strong>or <code>null</code> if |
|
0 commit comments