Uses of Class
com.strobel.assembler.ir.StackMapFrame
-
Packages that use StackMapFrame Package Description com.strobel.assembler.ir com.strobel.assembler.metadata -
-
Uses of StackMapFrame in com.strobel.assembler.ir
Methods in com.strobel.assembler.ir that return types with arguments of type StackMapFrame Modifier and Type Method Description static java.util.List<StackMapFrame>
StackMapAnalyzer. computeStackMapTable(MethodBody body)
-
Uses of StackMapFrame in com.strobel.assembler.metadata
Fields in com.strobel.assembler.metadata with type parameters of type StackMapFrame Modifier and Type Field Description private java.util.List<StackMapFrame>
MethodBody. _stackMapFrames
Methods in com.strobel.assembler.metadata that return types with arguments of type StackMapFrame Modifier and Type Method Description java.util.List<StackMapFrame>
MethodBody. getStackMapFrames()
Method parameters in com.strobel.assembler.metadata with type arguments of type StackMapFrame Modifier and Type Method Description (package private) void
MethodBody. setStackMapFrames(java.util.List<StackMapFrame> stackMapFrames)
-