| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SourceDocElement
The common supertype of all doc elements.
| Field Summary | 
|---|
| Fields inherited from interface oracle.javatools.parser.java.v2.model.SourceElement | 
|---|
CHILDREN_ALL, CHILDREN_BLANKLINES, CHILDREN_COMMENTS, CHILDREN_default, CHILDREN_none, CHILDREN_REGULAR, EMPTY_ARRAY, PRINT_ALL, REFORMAT_ALL, REFORMAT_INDENT | 
| Method Summary | |
|---|---|
 java.lang.String | 
getDocText()
Gets the text of this element, without line leading spaces or asterisks, and, if this is a doc comment, without the opening and closing comment delimiters.  | 
 java.util.Collection<SourceDocInlineTag> | 
getInlineTags()
Gets the in-line tags from this element.  | 
 SourceDocComment | 
getOwningDocComment()
Gets the doc comment which owns this doc element.  | 
 SourceMember | 
getOwningMember()
Gets the source member (class, interface, constructor, method, or field declaration) which owns this doc element.  | 
 java.util.Collection<SourceDocReference> | 
getReferences()
Gets the references from this element.  | 
 boolean | 
isBlank()
Gets whether this element contains only spaces, tabs, or new lines.  | 
| Methods inherited from interface oracle.javatools.parser.java.v2.model.SourceElement | 
|---|
addSelf, addSelf, addSelfAfter, addSelfBefore, adjustTextIndentation, clearBinding, cloneSelf, compile, getBinding, getChildren, getChildren, getCompiledObject, getContainedElements, getEndOffset, getOwningFile, getOwningSourceFile, getParent, getSiblingAfter, getSiblingBefore, getSiblings, getSiblings, getStartOffset, getSymbolKind, getText, hasErrors, print, print, reformatSelf, removeSelf, replaceSelf, resolve, setBinding, setContext, visitSelf | 
| Method Detail | 
|---|
SourceMember getOwningMember()
SourceDocComment getOwningDocComment()
java.lang.String getDocText()
java.util.Collection<SourceDocInlineTag> getInlineTags()
SourceDocInlineTags
          containing the in-line tags of this element and its contained
          elements, in document order.java.util.Collection<SourceDocReference> getReferences()
SourceDocReferences, one
          for each reference in a tag in this element and its contained
          elements, in document order.boolean isBlank()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||