Uses of Enum
org.benf.cfr.reader.bytecode.BytecodeMeta.CodeInfoFlag
Packages that use BytecodeMeta.CodeInfoFlag
-
Uses of BytecodeMeta.CodeInfoFlag in org.benf.cfr.reader.bytecode
Subclasses with type arguments of type BytecodeMeta.CodeInfoFlag in org.benf.cfr.reader.bytecodeFields in org.benf.cfr.reader.bytecode declared as BytecodeMeta.CodeInfoFlagModifier and TypeFieldDescriptionprivate final BytecodeMeta.CodeInfoFlag[]BytecodeMeta.FlagTest.flagsFields in org.benf.cfr.reader.bytecode with type parameters of type BytecodeMeta.CodeInfoFlagModifier and TypeFieldDescriptionprivate final EnumSet<BytecodeMeta.CodeInfoFlag> BytecodeMeta.flagsMethods in org.benf.cfr.reader.bytecode that return BytecodeMeta.CodeInfoFlagModifier and TypeMethodDescriptionstatic BytecodeMeta.CodeInfoFlagReturns the enum constant of this type with the specified name.static BytecodeMeta.CodeInfoFlag[]BytecodeMeta.CodeInfoFlag.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.benf.cfr.reader.bytecode with parameters of type BytecodeMeta.CodeInfoFlagModifier and TypeMethodDescriptionbooleanBytecodeMeta.has(BytecodeMeta.CodeInfoFlag flag) static UnaryFunction<BytecodeMeta, Boolean> BytecodeMeta.hasAnyFlag(BytecodeMeta.CodeInfoFlag... flag) voidBytecodeMeta.set(BytecodeMeta.CodeInfoFlag flag) Constructors in org.benf.cfr.reader.bytecode with parameters of type BytecodeMeta.CodeInfoFlag