|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SourceDocBlockTag | |
|---|---|
| oracle.javatools.parser.java.v2 | The parser 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. |
| Uses of SourceDocBlockTag in oracle.javatools.parser.java.v2 |
|---|
| Methods in oracle.javatools.parser.java.v2 that return SourceDocBlockTag | |
|---|---|
SourceDocBlockTag |
SourceFactory.createDocBlockTag(SourceDocTagName name)
Creates a doc block tag. |
SourceDocBlockTag |
SourceFactory.createDocBlockTag(SourceDocTagName name,
SourceDocDescription description)
Creates a doc block tag with no references. |
abstract SourceDocBlockTag |
SourceFactory.createDocBlockTag(SourceDocTagName name,
SourceDocReference[] references,
SourceDocDescription description)
Creates a doc block tag with many references. |
SourceDocBlockTag |
SourceFactory.createDocBlockTag(SourceDocTagName name,
SourceDocReference reference,
SourceDocDescription description)
Creates a doc block tag with one reference. |
abstract SourceDocBlockTag |
SourceFactory.createDocBlockTagFromText(java.lang.String text)
Attempts to create a doc block tag with the given text. |
| Methods in oracle.javatools.parser.java.v2 with parameters of type SourceDocBlockTag | |
|---|---|
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. |
| Uses of SourceDocBlockTag in oracle.javatools.parser.java.v2.model.doc |
|---|
| Fields in oracle.javatools.parser.java.v2.model.doc declared as SourceDocBlockTag | |
|---|---|
static SourceDocBlockTag[] |
SourceDocBlockTag.EMPTY_ARRAY
|
| Methods in oracle.javatools.parser.java.v2.model.doc that return SourceDocBlockTag | |
|---|---|
SourceDocBlockTag |
SourceDocComment.findExceptionTag(java.lang.String exceptionName)
Finds the first @exception or @throws tag in
this doc comment with a specified fully-qualified name. |
SourceDocBlockTag |
SourceDocComment.findParameterTag(java.lang.String parameterName)
Finds the first @param tag in this doc comment with a
specified name. |
| Uses of SourceDocBlockTag in oracle.javatools.parser.java.v2.util |
|---|
| Methods in oracle.javatools.parser.java.v2.util with parameters of type SourceDocBlockTag | |
|---|---|
void |
SourceVisitor.whenEnterDocBlockTag(SourceDocBlockTag sourceDocBlockTag)
|
void |
SourceVisitor.whenExitDocBlockTag(SourceDocBlockTag sourceDocBlockTag)
|
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||