Uses of Interface
com.google.gwt.core.ext.typeinfo.JPackage
Packages that use JPackage
Package
Description
Type-introspection support classes used by generators.
-
Uses of JPackage in com.google.gwt.core.ext.typeinfo
Methods in com.google.gwt.core.ext.typeinfo that return JPackageModifier and TypeMethodDescriptionabstract JPackageTypeOracle.findPackage(String pkgName) Attempts to find a package by name.abstract JPackageTypeOracle.getOrCreatePackage(String name) Ensure that a package with the specified name exists as well as its parent packages.JClassType.getPackage()abstract JPackageTypeOracle.getPackage(String pkgName) Gets a package by name.abstract JPackage[]TypeOracle.getPackages()Gets an array of all packages known to this type oracle.