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.
 
 
 
 
| 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 | 
 
EMPTY_ARRAY
static final SourceDocTextFragment[] EMPTY_ARRAY
Copyright © 1997, 2011, Oracle. All rights reserved.