Uses of Class
org.htmlunit.corejs.classfile.SuperBlock
-
Packages that use SuperBlock Package Description org.htmlunit.corejs.classfile -
-
Uses of SuperBlock in org.htmlunit.corejs.classfile
Fields in org.htmlunit.corejs.classfile declared as SuperBlock Modifier and Type Field Description private SuperBlock[]ClassFileWriter.StackMapTable. superBlocksprivate SuperBlock[]ClassFileWriter.StackMapTable. workListMethods in org.htmlunit.corejs.classfile that return SuperBlock Modifier and Type Method Description private SuperBlockClassFileWriter.StackMapTable. getBranchTarget(int bci)Get the target super block of a branch instruction.private SuperBlockClassFileWriter.StackMapTable. getSuperBlockFromOffset(int offset)Methods in org.htmlunit.corejs.classfile with parameters of type SuperBlock Modifier and Type Method Description private 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.
-