Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Uses of Interface
oracle.javatools.parser.java.v2.model.doc.SourceDocDescription

Packages that use SourceDocDescription
oracle.javatools.parser.java.v2 The parser API. 
oracle.javatools.parser.java.v2.model.doc The parser model API for doc elements. 
oracle.javatools.parser.java.v2.util Various utilities for use with the parser. 
 

Uses of SourceDocDescription in oracle.javatools.parser.java.v2
 

Methods in oracle.javatools.parser.java.v2 that return SourceDocDescription
 SourceDocDescription SourceFactory.createDocDescription()
          Creates a doc description, empty.
 SourceDocDescription SourceFactory.createDocDescription(SourceDocTextFragment line)
          Creates a doc description with a single line of text.
abstract  SourceDocDescription SourceFactory.createDocDescription(SourceDocTextFragment[] lines)
          Creates a doc description from the input lines of text.
 

Methods in oracle.javatools.parser.java.v2 with parameters of type SourceDocDescription
 SourceDocBlockTag SourceFactory.createDocBlockTag(SourceDocTagName name, SourceDocDescription description)
          Creates a doc block tag with no references.
abstract  SourceDocBlockTag SourceFactory.createDocBlockTag(SourceDocTagName name, SourceDocReference[] references, SourceDocDescription description)
          Creates a doc block tag with many references.
 SourceDocBlockTag SourceFactory.createDocBlockTag(SourceDocTagName name, SourceDocReference reference, SourceDocDescription description)
          Creates a doc block tag with one reference.
 SourceDocComment SourceFactory.createDocComment(SourceDocDescription description)
          Creates a doc comment with the given description.
 SourceDocComment SourceFactory.createDocComment(SourceDocDescription description, SourceDocBlockTag tag)
          Creates a doc comment with the given description and block tags.
abstract  SourceDocComment SourceFactory.createDocComment(SourceDocDescription description, SourceDocBlockTag[] tags)
          Creates a doc comment with the given description and block tags.
 SourceDocInlineTag SourceFactory.createDocInlineTag(SourceDocTagName name, SourceDocDescription description)
          Creates a doc inline tag with no references.
abstract  SourceDocInlineTag SourceFactory.createDocInlineTag(SourceDocTagName name, SourceDocReference[] references, SourceDocDescription description)
          Creates a doc inline tag with many references.
 SourceDocInlineTag SourceFactory.createDocInlineTag(SourceDocTagName name, SourceDocReference reference, SourceDocDescription description)
          Creates a doc inline tag with one reference.
 

Uses of SourceDocDescription in oracle.javatools.parser.java.v2.model.doc
 

Methods in oracle.javatools.parser.java.v2.model.doc that return SourceDocDescription
 SourceDocDescription SourceDocComment.getDescription()
          Gets the main description, the text before the first block tag, from this doc comment.
 SourceDocDescription SourceDocHasDescription.getDescription()
          Gets the description argument of this tag, or null for a tag with no description.
 

Methods in oracle.javatools.parser.java.v2.model.doc with parameters of type SourceDocDescription
 void SourceDocHasDescription.setDescription(SourceDocDescription description)
          Sets the description argument of this tag.
 

Uses of SourceDocDescription in oracle.javatools.parser.java.v2.util
 

Methods in oracle.javatools.parser.java.v2.util with parameters of type SourceDocDescription
 void SourceVisitor.whenEnterDocDescription(SourceDocDescription sourceDocDescription)
           
 void SourceVisitor.whenExitDocDescription(SourceDocDescription sourceDocDescription)
           
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

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