Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
Packages that use StackMapFrame
Package
Description
-
Uses of StackMapFrame in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler that return types with arguments of type StackMapFrameModifier and TypeMethodDescriptionClassFile.traverse(MethodBinding methodBinding, int maxLocals, byte[] bytecodes, int codeOffset, int codeLength, Map<Integer,StackMapFrame> frames, boolean isClinit, Scope scope)Method parameters in org.aspectj.org.eclipse.jdt.internal.compiler with type arguments of type StackMapFrameModifier and TypeMethodDescriptionClassFile.traverse(MethodBinding methodBinding, int maxLocals, byte[] bytecodes, int codeOffset, int codeLength, Map<Integer,StackMapFrame> frames, boolean isClinit, Scope scope) -
Uses of StackMapFrame in org.aspectj.org.eclipse.jdt.internal.compiler.codegen
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.codegen that return StackMapFrameModifier and TypeMethodDescriptionStackMapFrame.duplicate()StackMapFrame.merge(StackMapFrame frame, Scope scope)Methods in org.aspectj.org.eclipse.jdt.internal.compiler.codegen with parameters of type StackMapFrameModifier and TypeMethodDescriptionintStackMapFrame.getFrameType(StackMapFrame prevFrame)intStackMapFrame.getOffsetDelta(StackMapFrame prevFrame)StackMapFrame.merge(StackMapFrame frame, Scope scope)intStackMapFrame.numberOfDifferentLocals(StackMapFrame prevFrame)