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.Mark
BasicBlock.Maker.makeMark
(Map<Integer, BasicBlock.Mark> table, int pos) private BasicBlock.Mark
BasicBlock.Maker.makeMark
(Map<Integer, BasicBlock.Mark> table, int pos, BasicBlock[] jump, int size, boolean always) private BasicBlock.Mark
BasicBlock.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 TypeMethodDescriptionint
BasicBlock.Mark.compareTo
(BasicBlock.Mark obj) private static BasicBlock
BasicBlock.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 void
BasicBlock.Maker.makeGoto
(Map<Integer, BasicBlock.Mark> marks, int pos, int target, int size) protected void
BasicBlock.Maker.makeJsr
(Map<Integer, BasicBlock.Mark> marks, int pos, int target, int size) private BasicBlock.Mark
BasicBlock.Maker.makeMark
(Map<Integer, BasicBlock.Mark> table, int pos) private BasicBlock.Mark
BasicBlock.Maker.makeMark
(Map<Integer, BasicBlock.Mark> table, int pos, BasicBlock[] jump, int size, boolean always) private BasicBlock.Mark
BasicBlock.Maker.makeMark0
(Map<Integer, BasicBlock.Mark> table, int pos, boolean isBlockBegin, boolean isTarget)