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

E17493-01

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

Packages that use SourceDocTextFragment
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 SourceDocTextFragment in oracle.javatools.parser.java.v2
 

Methods in oracle.javatools.parser.java.v2 that return SourceDocTextFragment
abstract  SourceDocTextFragment SourceFactory.createDocTextFragment(java.lang.String text)
          Creates a doc text fragment.
 

Methods in oracle.javatools.parser.java.v2 with parameters of type SourceDocTextFragment
 SourceDocDescription SourceFactory.createDocDescription(SourceDocTextFragment line)
          Creates a doc description with a single line of text.
abstract  SourceDocDescription SourceFactory.createDocDescription(SourceDocTextFragment[] lines)
          Creates a doc description from the input lines of text.
 

Uses of SourceDocTextFragment in oracle.javatools.parser.java.v2.model.doc
 

Fields in oracle.javatools.parser.java.v2.model.doc declared as SourceDocTextFragment
static SourceDocTextFragment[] SourceDocTextFragment.EMPTY_ARRAY
           
 

Uses of SourceDocTextFragment in oracle.javatools.parser.java.v2.util
 

Methods in oracle.javatools.parser.java.v2.util with parameters of type SourceDocTextFragment
 void SourceVisitor.whenEnterDocTextFragment(SourceDocTextFragment sourceDocTextFragment)
           
 void SourceVisitor.whenExitDocTextFragment(SourceDocTextFragment sourceDocTextFragment)
           
 


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.