- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for PackageName (0.11 sec)
-
android/guava-testlib/src/com/google/common/testing/AbstractPackageSanityTests.java
} private List<Class<?>> loadClassesInPackage() throws IOException { List<Class<?>> classes = Lists.newArrayList(); String packageName = getClass().getPackage().getName(); for (ClassPath.ClassInfo classInfo : ClassPath.from(getClass().getClassLoader()).getTopLevelClasses(packageName)) { Class<?> cls; try { cls = classInfo.load(); } catch (NoClassDefFoundError e) {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 17 19:43:49 UTC 2024 - 17.9K bytes - Viewed (0) -
guava-testlib/src/com/google/common/testing/AbstractPackageSanityTests.java
} private List<Class<?>> loadClassesInPackage() throws IOException { List<Class<?>> classes = Lists.newArrayList(); String packageName = getClass().getPackage().getName(); for (ClassPath.ClassInfo classInfo : ClassPath.from(getClass().getClassLoader()).getTopLevelClasses(packageName)) { Class<?> cls; try { cls = classInfo.load(); } catch (NoClassDefFoundError e) {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 17 19:43:49 UTC 2024 - 17.9K bytes - Viewed (0) -
doc/go1.17_spec.html
to which the file belongs. </p> <pre class="ebnf"> PackageClause = "package" PackageName . PackageName = identifier . </pre> <p> The PackageName must not be the <a href="#Blank_identifier">blank identifier</a>. </p> <pre> package math </pre> <p> A set of files sharing the same PackageName form the implementation of a package.
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Oct 10 18:25:45 UTC 2024 - 211.6K bytes - Viewed (0) -
doc/go_spec.html
to which the file belongs. </p> <pre class="ebnf"> PackageClause = "package" PackageName . PackageName = identifier . </pre> <p> The PackageName must not be the <a href="#Blank_identifier">blank identifier</a>. </p> <pre> package math </pre> <p> A set of files sharing the same PackageName form the implementation of a package.
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Oct 02 00:58:01 UTC 2024 - 282.5K bytes - Viewed (0)