Uses of Enum Class
com.strobel.assembler.metadata.Flags.Kind
Packages that use Flags.Kind
-
Uses of Flags.Kind in com.strobel.assembler.metadata
Subclasses with type arguments of type Flags.Kind in com.strobel.assembler.metadataMethods in com.strobel.assembler.metadata that return Flags.KindModifier and TypeMethodDescriptionstatic Flags.KindReturns the enum constant of this class with the specified name.static Flags.Kind[]Flags.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.strobel.assembler.metadata with parameters of type Flags.KindModifier and TypeMethodDescriptionstatic EnumSet<Flags.Flag> Flags.asFlagSet(long mask, Flags.Kind kind) static longFlags.fromStandardFlags(long accessFlags, Flags.Kind kind) static StringFlags.toString(long flags, Flags.Kind kind)