Skip navigation links

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

E17493-04


Uses of Interface
oracle.javatools.parser.java.v2.model.SourceName

Packages that use SourceName
oracle.javatools.parser.java.v2 The parser API. 
oracle.javatools.parser.java.v2.model The parser model API. 
oracle.javatools.parser.java.v2.model.doc The parser model API for doc elements. 
oracle.javatools.parser.java.v2.model.statement The parser model API for statements. 
oracle.javatools.parser.java.v2.util Various utilities for use with the parser. 

 

Uses of SourceName in oracle.javatools.parser.java.v2

 

Methods in oracle.javatools.parser.java.v2 that return SourceName
abstract  SourceName SourceFactory.createName(java.lang.String name)
          Creates a name.
protected abstract  SourceName SourceFactory.createSimpleName(java.lang.String name)
          Creates a name.

 

Uses of SourceName in oracle.javatools.parser.java.v2.model

 

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

 

Methods in oracle.javatools.parser.java.v2.model that return SourceName
 SourceName SourceHasName.getNameElement()
          Gets the name symbol.

 

Methods in oracle.javatools.parser.java.v2.model with parameters of type SourceName
 void SourceHasName.setNameElement(SourceName name)
          Unlinks the current name and links the input element.

 

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

 

Subinterfaces of SourceName in oracle.javatools.parser.java.v2.model.doc
 interface SourceDocTagName
          A SourceDocTextFragment represents a text fragment within a SourceDocDescription.

 

Uses of SourceName in oracle.javatools.parser.java.v2.model.statement

 

Methods in oracle.javatools.parser.java.v2.model.statement that return SourceName
 SourceName SourceSimpleStatement.getExpressionName()
          Valid for "break" and "continue" statements.

 

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

 

Methods in oracle.javatools.parser.java.v2.util with parameters of type SourceName
 void SourceVisitor.whenEnterName(SourceName sourceName)
           
 void SourceVisitor.whenExitName(SourceName sourceName)
           

 


Skip navigation links

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

E17493-04


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