Uses of Enum
org.benf.cfr.reader.bytecode.analysis.parse.utils.BlockType
Packages that use BlockType
Package
Description
-
Uses of BlockType in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters declared as BlockTypeModifier and TypeFieldDescriptionprivate final BlockTypeSynchronizedRewriter.FindBlockStarts.blockTypeConstructors in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters with parameters of type BlockType -
Uses of BlockType in org.benf.cfr.reader.bytecode.analysis.parse.utils
Subclasses with type arguments of type BlockType in org.benf.cfr.reader.bytecode.analysis.parse.utilsFields in org.benf.cfr.reader.bytecode.analysis.parse.utils declared as BlockTypeMethods in org.benf.cfr.reader.bytecode.analysis.parse.utils that return BlockTypeModifier and TypeMethodDescriptionBlockIdentifier.getBlockType()static BlockTypeReturns the enum constant of this type with the specified name.static BlockType[]BlockType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.benf.cfr.reader.bytecode.analysis.parse.utils with parameters of type BlockTypeModifier and TypeMethodDescriptionBlockIdentifierFactory.getNextBlockIdentifier(BlockType blockType) voidBlockIdentifier.setBlockType(BlockType blockType) Constructors in org.benf.cfr.reader.bytecode.analysis.parse.utils with parameters of type BlockType