Class ConsulterSupplier.ForJava7.ForSemeru
- java.lang.Object
-
- io.github.toolfactory.jvm.function.catalog.ConsulterSupplier.Abst
-
- io.github.toolfactory.jvm.function.catalog.ConsulterSupplier.ForJava7.ForSemeru
-
- All Implemented Interfaces:
ConsulterSupplier,Supplier<java.lang.invoke.MethodHandles.Lookup>
- Enclosing class:
- ConsulterSupplier.ForJava7
public static class ConsulterSupplier.ForJava7.ForSemeru extends ConsulterSupplier.Abst
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.github.toolfactory.jvm.function.catalog.ConsulterSupplier
ConsulterSupplier.Abst, ConsulterSupplier.ForJava14, ConsulterSupplier.ForJava17, ConsulterSupplier.ForJava7, ConsulterSupplier.ForJava9, ConsulterSupplier.Hybrid, ConsulterSupplier.Native
-
-
Field Summary
Fields Modifier and Type Field Description static intFULL_ACCESS_MASK(package private) static java.util.Collection<java.lang.String>INTERNAL_PACKAGES_PREFIXESstatic intINTERNAL_PRIVILEGEDstatic intPACKAGE-
Fields inherited from class io.github.toolfactory.jvm.function.catalog.ConsulterSupplier.Abst
consulter
-
-
Constructor Summary
Constructors Constructor Description ForSemeru(java.util.Map<java.lang.Object,java.lang.Object> context)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static booleanisInternal(java.lang.Package pckg)(package private) static booleanisInternal(java.lang.String pckgName)-
Methods inherited from class io.github.toolfactory.jvm.function.catalog.ConsulterSupplier.Abst
get
-
-
-
-
Field Detail
-
PACKAGE
public static final int PACKAGE
- See Also:
- Constant Field Values
-
INTERNAL_PRIVILEGED
public static final int INTERNAL_PRIVILEGED
- See Also:
- Constant Field Values
-
FULL_ACCESS_MASK
public static final int FULL_ACCESS_MASK
- See Also:
- Constant Field Values
-
INTERNAL_PACKAGES_PREFIXES
static final java.util.Collection<java.lang.String> INTERNAL_PACKAGES_PREFIXES
-
-
Constructor Detail
-
ForSemeru
public ForSemeru(java.util.Map<java.lang.Object,java.lang.Object> context) throws java.lang.NoSuchFieldException, java.lang.SecurityException, java.lang.IllegalArgumentException, java.lang.IllegalAccessException- Throws:
java.lang.NoSuchFieldExceptionjava.lang.SecurityExceptionjava.lang.IllegalArgumentExceptionjava.lang.IllegalAccessException
-
-