Uses of Class
org.mozilla.classfile.SuperBlock
Packages that use SuperBlock
-
Uses of SuperBlock in org.mozilla.classfile
Fields in org.mozilla.classfile declared as SuperBlockModifier and TypeFieldDescriptionprivate SuperBlock[]
ClassFileWriter.StackMapTable.superBlocks
private SuperBlock[]
ClassFileWriter.StackMapTable.workList
Methods in org.mozilla.classfile that return SuperBlockModifier and TypeMethodDescriptionprivate SuperBlock
ClassFileWriter.StackMapTable.getBranchTarget
(int bci) Get the target super block of a branch instruction.private SuperBlock
ClassFileWriter.StackMapTable.getSuperBlockFromOffset
(int offset) Methods in org.mozilla.classfile with parameters of type SuperBlockModifier and TypeMethodDescriptionprivate void
ClassFileWriter.StackMapTable.addToWorkList
(SuperBlock sb) private void
ClassFileWriter.StackMapTable.executeBlock
(SuperBlock work) Simulate the local variable and op stack for a super block.private void
ClassFileWriter.StackMapTable.flowInto
(SuperBlock sb) Perform a merge of type state and add the super block to the work list if the merge changed anything.private void
ClassFileWriter.StackMapTable.killSuperBlock
(SuperBlock sb) Replace the contents of a super block with no-ops.