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

E13403-04

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

Packages that use SourceDocComment
oracle.javatools.parser.java.v2 The parser API. 
oracle.javatools.parser.java.v2.model The parser model 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. 
oracle.jdeveloper.java.util Public utilities for use with the java model, including the parser. 
 

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

Methods in oracle.javatools.parser.java.v2 that return SourceDocComment
 SourceDocComment SourceFactory.createDocComment()
          Creates a doc comment, empty.
 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.
 SourceDocComment SourceFactory.createDocComment(java.lang.String text)
          See SourceFactory.createDocCommentFromText(java.lang.String).
abstract  SourceDocComment SourceFactory.createDocCommentFromText(java.lang.String text)
          Attempts to create a doc comment with the given text.
 

Uses of SourceDocComment in oracle.javatools.parser.java.v2.model
 

Methods in oracle.javatools.parser.java.v2.model that return SourceDocComment
 SourceDocComment SourceMember.getDocComment()
          Gets the javadoc comment symbol.
 

Methods in oracle.javatools.parser.java.v2.model with parameters of type SourceDocComment
 void SourceMember.setDocComment(SourceDocComment comment)
          Attempts to set the javadoc comment symbol.
 

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

Methods in oracle.javatools.parser.java.v2.model.doc that return SourceDocComment
 SourceDocComment SourceDocElement.getOwningDocComment()
          Gets the doc comment which owns this doc element.
 

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

Methods in oracle.javatools.parser.java.v2.util with parameters of type SourceDocComment
 void SourceVisitor.whenEnterDocComment(SourceDocComment sourceDocComment)
           
 void SourceVisitor.whenEnterDocComments(SourceDocComment sourceDocComment)
           
 void SourceVisitor.whenExitDocComment(SourceDocComment sourceDocComment)
           
 void SourceVisitor.whenExitDocComments(SourceDocComment sourceDocComment)
           
 

Uses of SourceDocComment in oracle.jdeveloper.java.util
 

Methods in oracle.jdeveloper.java.util that return SourceDocComment
static SourceDocComment SourceUtils.addDocComment(SourceMember member, java.lang.String descText)
          Sets the Javadoc comment for the given member (class, method, field, ...).
 

Methods in oracle.jdeveloper.java.util with parameters of type SourceDocComment
static SourceDocTag SourceUtils.addDocTag(SourceDocComment comment, java.lang.String tagNameText, java.lang.String tagText)
          Adds a doc tag to the given doc comment
 


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

E13403-04

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