⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gjdoc-classdoc.rng

📁 linux下建立JAVA虚拟机的源码KAFFE
💻 RNG
📖 第 1 页 / 共 2 页
字号:
	 <code>true</code>.
      </a:documentation>

      <element name="gjdoc:isAbstract">
	 <empty/>
      </element>
   </define>

   <define name="isClass-element">
      <a:documentation>
	 Presence means <code>Doc.isClass()</code> returns
	 <code>true</code>.
      </a:documentation>

      <element name="gjdoc:isClass">
	 <empty/>
      </element>
   </define>

   <define name="isConstructor-element">
      <a:documentation>
	 Presence means <code>Doc.isConstructor()</code> returns
	 <code>true</code>.
      </a:documentation>

      <element name="gjdoc:isConstructor">
	 <empty/>
      </element>
   </define>

   <define name="isError-element">
      <a:documentation>
	 Presence means <code>Doc.isError()</code> returns
	 <code>true</code>.
      </a:documentation>

      <element name="gjdoc:isError">
	 <empty/>
      </element>
   </define>

   <define name="isException-element">
      <a:documentation>
	 Presence means <code>Doc.isException()</code> returns
	 <code>true</code>.
      </a:documentation>

      <element name="gjdoc:isException">
	 <empty/>
      </element>
   </define>

   <define name="isSerializable-element">
      <a:documentation>
	 Presence means <code>ClassDoc.isSerializable()</code> returns
	 <code>true</code>.
      </a:documentation>

      <element name="gjdoc:isSerializable">
	 <empty/>
      </element>
   </define>

   <define name="isExternalizable-element">
      <a:documentation>
	 Presence means <code>ClassDoc.isExternalizable()</code>
	 returns <code>true</code>.
      </a:documentation>

      <element name="gjdoc:isExternalizable">
	 <empty/>
      </element>
   </define>

   <define name="isField-element">
      <a:documentation>
	 Presence means <code>Doc.isField()</code> returns
	 <code>true</code>.
      </a:documentation>

      <element name="gjdoc:isField">
	 <empty/>
      </element>
   </define>

   <define name="isIncluded-element">
      <a:documentation>
	 Presence means <code>Doc.isIncluded()</code> returns
	 <code>true</code>.
      </a:documentation>

      <element name="gjdoc:isIncluded">
	 <empty/>
      </element>
   </define>

   <define name="isInterface-element">
      <a:documentation>
	 Presence means <code>Doc.isInterface()</code> returns
	 <code>true</code>.
      </a:documentation>

      <element name="gjdoc:isInterface">
	 <empty/>
      </element>
   </define>

   <define name="isMethod-element">
      <a:documentation>
	 Presence means <code>Doc.isMethod()</code> returns
	 <code>true</code>.
      </a:documentation>

      <element name="gjdoc:isMethod">
	 <empty/>
      </element>
   </define>

   <define name="isOrdinaryClass-element">
      <a:documentation>
	 Presence means <code>Doc.isOrdinaryClass()</code> returns
	 <code>true</code>.
      </a:documentation>

      <element name="gjdoc:isOrdinaryClass">
	 <empty/>
      </element>
   </define>

   <define name="isFinal-element">
      <a:documentation>
	 Presence means <code>ProgramElementDoc.isFinal()</code>
	 returns <code>true</code>.
      </a:documentation>

      <element name="gjdoc:isFinal">
	 <empty/>
      </element>
   </define>

   <define name="isStatic-element">
      <a:documentation>
	 Presence means <code>ProgramElementDoc.isStatic()</code>
	 returns <code>true</code>.
      </a:documentation>

      <element name="gjdoc:isStatic">
	 <empty/>
      </element>
   </define>

   <define name="isTransient-element">
      <a:documentation>
	 Presence means <code>FieldDoc.isTransient()</code>
	 returns <code>true</code>.
      </a:documentation>

      <element name="gjdoc:isTransient">
	 <empty/>
      </element>
   </define>

   <define name="isVolatile-element">
      <a:documentation>
	 Presence means <code>FieldDoc.isVolatile()</code>
	 returns <code>true</code>.
      </a:documentation>

      <element name="gjdoc:isVolatile">
	 <empty/>
      </element>
   </define>

   <define name="isNative-element">
      <a:documentation>
	 Presence means <code>ExecutableMemberDoc.isNative()</code>
	 returns <code>true</code>.
      </a:documentation>

      <element name="gjdoc:isNative">
	 <empty/>
      </element>
   </define>

   <define name="isSynchronized-element">
      <a:documentation>
	 Presence means
	 <code>ExecutableMemberDoc.isSynchronized()</code> returns
	 <code>true</code>.
      </a:documentation>

      <element name="gjdoc:isSynchronized">
	 <empty/>
      </element>
   </define>

   <define name="definesSerializableFields-element">
      <a:documentation>
	 Presence means
	 <code>ClassDoc.definesSerializableFields()</code> returns
	 <code>true</code>.
      </a:documentation>

      <element name="gjdoc:definesSerializableFields">
	 <empty/>
      </element>
   </define>

   <define name="access-element">
      <a:documentation>
	 Corresponds to the access modifier (public, protected,
	 private) specified by a ProgramElementDoc.
      </a:documentation>

      <element name="gjdoc:access">
	 <attribute name="scope">
	    <a:documentation>
	       This value is determined by calling
	       <code>ProgramElementDoc.isPublic()</code>,
	       <code>ProgramElementDoc.isProtected()</code>,
	       <code>ProgramElementDoc.isPrivate()</code> and
	       <code>ProgramElementDoc.isPackagePrivate()</code>.
	    </a:documentation>
	    <choice>
	       <value>public</value>
	       <value>protected</value>
	       <value>private</value>
	       <value>package</value>
	    </choice>
	 </attribute>
      </element>
   </define>

   <define name="containingClass-element">
      <a:documentation>
	 Corresponds to the type returned by a call to
	 <code>com.sun.javadoc.Classdoc.containingClass()</code>.
      </a:documentation>

      <element name="gjdoc:containingClass">
	 <a:documentation>
	    The full name of the outer class containing the class, if
	    this class is an inner class.
	 </a:documentation>
	 <ref name="typedef-attributes"/>
      </element>
   </define>

   <define name="parameter-element">
      <a:documentation>
	 Corresponds to an entry in the array returned by a
	 <code>com.sun.javadoc.ExecutableMemberDoc.parameters()</code>.
      </a:documentation>

      <element name="gjdoc:parameter">
	 <a:documentation>
	    A parameter for a method or constructor call.
	 </a:documentation>
	 <ref name="name-attribute"/>	 
	 <optional>
	    <ref name="typedef-attributes"/>
	 </optional>
      </element>
   </define>

   <define name="thrownException-element">
      <a:documentation>
	 Corresponds to an entry in the array returned by a
	 <code>com.sun.javadoc.ExecutableMemberDoc.thrownExceptions()</code>.
      </a:documentation>

      <element name="gjdoc:thrownException">
	 <a:documentation>
	    An exception thrown by a method or constructor.
	 </a:documentation>
	 <ref name="typedef-attributes"/>
      </element>
   </define>


   <define name="signature-element">
      <a:documentation>
	 Corresponds to the signature specified by a
	 <code>com.sun.javadoc.MethodDoc</code>.
      </a:documentation>

      <element name="gjdoc:signature">
	 <a:documentation>
	    The signature of a method or constructor.
	 </a:documentation>
	 <attribute name="full">
	    <a:documentation>
	       The full signature of a method or constructor, as
	       returned by
	       <code>com.sun.javadoc.ExecutableMemberDoc.signature()</code>.
	    </a:documentation>
	    <text/>
	 </attribute>
	 <attribute name="flat">
	    <a:documentation>
	       The "flat" signature of a method or constructor, as
	       returned by
	       <code>com.sun.javadoc.ExecutableMemberDoc.flatSignature()</code>.
	    </a:documentation>
	    <text/>
	 </attribute>
      </element>
   </define>

   <define name="returns-element">
      <a:documentation>
	 Corresponds to the type returned by
	 <code>com.sun.javadoc.MethodDoc.returnType()</code>.
      </a:documentation>

      <element name="gjdoc:returns">
	 <a:documentation>
	    The type returned by a method.
	 </a:documentation>

	 <ref name="typedef-attributes"/>
      </element>
   </define>
</grammar>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -