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
Methods 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)