Uses of Interface
com.google.gwt.core.ext.typeinfo.JPackage
-
Packages that use JPackage Package Description com.google.gwt.core.ext.typeinfo 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 JPackage Modifier and Type Method Description abstract JPackageTypeOracle. findPackage(java.lang.String pkgName)Attempts to find a package by name.abstract JPackageTypeOracle. getOrCreatePackage(java.lang.String name)Ensure that a package with the specified name exists as well as its parent packages.JPackageJClassType. getPackage()abstract JPackageTypeOracle. getPackage(java.lang.String pkgName)Gets a package by name.abstract JPackage[]TypeOracle. getPackages()Gets an array of all packages known to this type oracle.
-