Uses of Class
javassist.bytecode.stackmap.BasicBlock.Mark
Packages that use BasicBlock.Mark
-
Uses of BasicBlock.Mark in javassist.bytecode.stackmap
Methods in javassist.bytecode.stackmap that return BasicBlock.MarkModifier and TypeMethodDescriptionprivate BasicBlock.MarkBasicBlock.Maker.makeMark(Map<Integer, BasicBlock.Mark> table, int pos) private BasicBlock.MarkBasicBlock.Maker.makeMark(Map<Integer, BasicBlock.Mark> table, int pos, BasicBlock[] jump, int size, boolean always) private BasicBlock.MarkBasicBlock.Maker.makeMark0(Map<Integer, BasicBlock.Mark> table, int pos, boolean isBlockBegin, boolean isTarget) Methods in javassist.bytecode.stackmap that return types with arguments of type BasicBlock.MarkModifier and TypeMethodDescriptionprivate Map<Integer,BasicBlock.Mark> BasicBlock.Maker.makeMarks(CodeIterator ci, int begin, int end, ExceptionTable et) Methods in javassist.bytecode.stackmap with parameters of type BasicBlock.MarkModifier and TypeMethodDescriptionintBasicBlock.Mark.compareTo(BasicBlock.Mark obj) private static BasicBlockBasicBlock.Maker.getBBlock(BasicBlock.Mark m) Method parameters in javassist.bytecode.stackmap with type arguments of type BasicBlock.MarkModifier and TypeMethodDescriptionprivate BasicBlock[]BasicBlock.Maker.makeBlocks(Map<Integer, BasicBlock.Mark> markTable) private voidBasicBlock.Maker.makeGoto(Map<Integer, BasicBlock.Mark> marks, int pos, int target, int size) protected voidBasicBlock.Maker.makeJsr(Map<Integer, BasicBlock.Mark> marks, int pos, int target, int size) private BasicBlock.MarkBasicBlock.Maker.makeMark(Map<Integer, BasicBlock.Mark> table, int pos) private BasicBlock.MarkBasicBlock.Maker.makeMark(Map<Integer, BasicBlock.Mark> table, int pos, BasicBlock[] jump, int size, boolean always) private BasicBlock.MarkBasicBlock.Maker.makeMark0(Map<Integer, BasicBlock.Mark> table, int pos, boolean isBlockBegin, boolean isTarget)