Uses of Class
org.fife.rsta.ac.java.rjc.ast.Package
Packages that use Package
Package
Description
Java code completion classes.
Nodes making an abstract syntax tree for Java code.
-
Uses of Package in org.fife.rsta.ac.java
Methods in org.fife.rsta.ac.java with parameters of type PackageModifier and TypeMethodDescriptionprivate voidSourceParamChoicesProvider.addPublicAndProtectedFieldsAndGetters(Type type, JarManager jm, Package pkg, List<org.fife.ui.autocomplete.Completion> list) Adds all accessible fields and getters of a specific type, from an extended class or implemented interface. -
Uses of Package in org.fife.rsta.ac.java.rjc.ast
Fields in org.fife.rsta.ac.java.rjc.ast declared as PackageModifier and TypeFieldDescriptionprivate PackageAbstractTypeDeclarationNode.pkgprivate PackageCompilationUnit.pkgMethods in org.fife.rsta.ac.java.rjc.ast that return PackageModifier and TypeMethodDescriptionAbstractTypeDeclarationNode.getPackage()Returns the package this type is in.CompilationUnit.getPackage()Returns the package of this compilation unit.TypeDeclaration.getPackage()Returns the package this type is in.Methods in org.fife.rsta.ac.java.rjc.ast with parameters of type PackageModifier and TypeMethodDescriptionvoidAbstractTypeDeclarationNode.setPackage(Package pkg) Sets the package this type is in.voidCompilationUnit.setPackage(Package pkg)