oracle.javatools.parser.java.v2.model.doc
Interface SourceDocTagName
- All Superinterfaces:
- Element, JavaElement, JavaHasName, SourceDocElement, SourceElement, SourceName
public interface SourceDocTagName
- extends SourceDocElement, SourceName
A SourceDocTextFragment represents a text fragment within a
SourceDocDescription. A text fragment does not contain in-line tags
or the asterisks at the beginning of the line (and any spaces or tabs that
precede those asterisks). It may contain a new line sequence (LF, CR, or LF-CR)
but only at the very end of the fragment.
Currently, text fragments correspond one-for-one with the tokens produced by
the JavadocLexer.
If the SourceElement
support for accessing lexical elements can be extended to doc comment
lexical elements, this class could probably be dispensed with.
|
Method Summary |
short |
getTagCode()
Gets the code of the token corresponding to this tag name. |
| Methods inherited from interface oracle.javatools.parser.java.v2.model.SourceElement |
addSelf, addSelf, addSelfAfter, addSelfBefore, clearBinding, cloneSelf, compile, getBinding, getChildren, getChildren, getCompiledObject, getContainedElements, getEndOffset, getOwningFile, getOwningSourceFile, getParent, getSiblingAfter, getSiblingBefore, getSiblings, getSiblings, getStartOffset, getSymbolKind, getText, print, print, reformatSelf, removeSelf, replaceSelf, resolve, setBinding, setContext, visitSelf |
| Methods inherited from interface oracle.javatools.parser.java.v2.model.JavaHasName |
getName |
| Methods inherited from interface oracle.javatools.parser.java.v2.model.JavaElement |
getElementKind, getFile, getModifiers, getOwner, getSourceElement, isDeprecated, isFinal, isHidden, isSourceElement, isSynthetic, printCompiledInfo |
getTagCode
short getTagCode()
- Gets the code of the token corresponding to this tag name.
- See Also:
JavadocTokens
Copyright © 1997, 2015, Oracle. All rights reserved.