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.superBlocksprivate SuperBlock[]ClassFileWriter.StackMapTable.workListMethods in org.mozilla.classfile that return SuperBlockModifier and TypeMethodDescriptionprivate SuperBlockClassFileWriter.StackMapTable.getBranchTarget(int bci) Get the target super block of a branch instruction.private SuperBlockClassFileWriter.StackMapTable.getSuperBlockFromOffset(int offset) Methods in org.mozilla.classfile with parameters of type SuperBlockModifier and TypeMethodDescriptionprivate voidClassFileWriter.StackMapTable.addToWorkList(SuperBlock sb) private voidClassFileWriter.StackMapTable.executeBlock(SuperBlock work) Simulate the local variable and op stack for a super block.private voidClassFileWriter.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 voidClassFileWriter.StackMapTable.killSuperBlock(SuperBlock sb) Replace the contents of a super block with no-ops.