Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Package oracle.javatools.parser.java.v2.model.doc

The parser model API for doc elements.

See:
          Description

Interface Summary
CompiledDocReference A CompiledDocReference is the compiled interface for a doc comment reference to a type, method, constructor, field, or parameter.
SourceDocBlockTag A SourceDocBlockTag represents a block tag within a SourceDocComment.
SourceDocComment A SourceDocComment represents a documentation comment ("doc comment") associated with a class, interface, constructor, method, or field.
SourceDocDescription A SourceDocDescription represents the main description of a SourceDocComment or the description of a SourceDocTag.
SourceDocElement The common supertype of all doc elements.
SourceDocHasDescription A doc element that has a description.
SourceDocInlineTag A SourceDocInlineTag represents an in-line tag within a SourceDocDescription.
SourceDocReference A SourceDocReference represents the Java element reference in @exception, @link, @linkplain, @param, @see, @serialField, @throws, and two-argument @value> tags.
SourceDocTag A SourceDocTag represents a block tag within a SourceDocComment or an in-line tag within a SourceDocDescription.
SourceDocTagName A SourceDocTextFragment represents a text fragment within a SourceDocDescription.
SourceDocTextFragment A SourceDocTextFragment represents a text fragment within a SourceDocDescription.

 

Package oracle.javatools.parser.java.v2.model.doc Description

The parser model API for doc elements.


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Copyright © 1997, 2012, Oracle. All rights reserved.