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

E17493-01

oracle.javatools.parser.java.v2.model.doc
Interface SourceDocTextFragment

All Superinterfaces:
Element, SourceDocElement, SourceElement

public interface SourceDocTextFragment
extends SourceDocElement

A SourceDocTextFragment represents a text fragment within a SourceDocDescription. A text fragment does not contain in-line tags, new lines, leading asterisks, or spaces or tabs that precede a leading asterisk.

If the SourceElement support for accessing lexical elements can be extended to doc comment lexical elements, this class could probably be dispensed with.


Field Summary
static SourceDocTextFragment[] EMPTY_ARRAY
           
 
Fields inherited from interface oracle.javatools.parser.java.v2.model.SourceElement
CHILDREN_ALL, CHILDREN_BLANKLINES, CHILDREN_COMMENTS, CHILDREN_default, CHILDREN_none, CHILDREN_REGULAR, PRINT_ALL, REFORMAT_ALL, REFORMAT_INDENT
 
Method Summary
 
Methods inherited from interface oracle.javatools.parser.java.v2.model.doc.SourceDocElement
getDocText, getInlineTags, getOwningDocComment, getOwningMember, getReferences, isBlank
 
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
 

Field Detail

EMPTY_ARRAY

static final SourceDocTextFragment[] EMPTY_ARRAY

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

E17493-01

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