Uses of Enum Class
com.cryptomorin.xseries.reflection.XAccessFlag
Packages that use XAccessFlag
Package
Description
-
Uses of XAccessFlag in com.cryptomorin.xseries.reflection
Methods in com.cryptomorin.xseries.reflection that return XAccessFlagModifier and TypeMethodDescriptionstatic XAccessFlagReturns the enum constant of this class with the specified name.static XAccessFlag[]XAccessFlag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.cryptomorin.xseries.reflection that return types with arguments of type XAccessFlagMethods in com.cryptomorin.xseries.reflection with parameters of type XAccessFlagModifier and TypeMethodDescriptionstatic booleanXAccessFlag.isSet(int mod, XAccessFlag... flags) Checks whether all the given flags are set usingmask()on the given modifier flag list. -
Uses of XAccessFlag in com.cryptomorin.xseries.reflection.constraint
Methods in com.cryptomorin.xseries.reflection.constraint that return XAccessFlag -
Uses of XAccessFlag in com.cryptomorin.xseries.reflection.jvm
Fields in com.cryptomorin.xseries.reflection.jvm with type parameters of type XAccessFlagMethods in com.cryptomorin.xseries.reflection.jvm that return types with arguments of type XAccessFlag -
Uses of XAccessFlag in com.cryptomorin.xseries.reflection.jvm.objects
Methods in com.cryptomorin.xseries.reflection.jvm.objects that return types with arguments of type XAccessFlagModifier and TypeMethodDescriptiondefault @NotNull @Unmodifiable Set<XAccessFlag> ReflectedObject.accessFlags()