Uses of Class
org.fife.rsta.ac.java.rjc.ast.Package

Packages that use Package
org.fife.rsta.ac.java.rjc.ast   
 

Uses of Package in org.fife.rsta.ac.java.rjc.ast
 

Methods in org.fife.rsta.ac.java.rjc.ast that return Package
 Package CompilationUnit.getPackage()
          Returns the package of this compilation unit.
 Package AbstractTypeDeclarationNode.getPackage()
          Returns the package this type is in.
 Package TypeDeclaration.getPackage()
          Returns the package this type is in.
 

Methods in org.fife.rsta.ac.java.rjc.ast with parameters of type Package
 void CompilationUnit.setPackage(Package pkg)
           
 void AbstractTypeDeclarationNode.setPackage(Package pkg)
          Sets the package this type is in.
 



Copyright © 2003-2011. All Rights Reserved.