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.SourcePackage

Packages that use SourcePackage
oracle.javatools.parser.java.v2 The parser API. 
oracle.javatools.parser.java.v2.model The parser model API. 
oracle.javatools.parser.java.v2.util Various utilities for use with the parser. 
 

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

Methods in oracle.javatools.parser.java.v2 that return SourcePackage
abstract  SourcePackage SourceFactory.createPackageDeclaration(java.lang.String name)
           
 

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

Methods in oracle.javatools.parser.java.v2.model that return SourcePackage
 SourcePackage SourceFile.getSourcePackage()
          Gets the package declaration.
 SourcePackage SourceClass.getSourcePackage()
          Gets the owning package declaration.
 

Methods in oracle.javatools.parser.java.v2.model with parameters of type SourcePackage
 void SourceFile.setSourcePackage(SourcePackage packageD)
          Attempts to set the package declaration.
 

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

Methods in oracle.javatools.parser.java.v2.util with parameters of type SourcePackage
 void SourceVisitor.whenEnterPackageDeclaration(SourcePackage sourcePackage)
           
 void SourceVisitor.whenExitPackageDeclaration(SourcePackage sourcePackage)
           
 


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.