Uses of Class
org.aspectj.apache.bcel.classfile.StackMapEntry
Packages that use StackMapEntry
-
Uses of StackMapEntry in org.aspectj.apache.bcel.classfile
Methods in org.aspectj.apache.bcel.classfile that return StackMapEntryMethods in org.aspectj.apache.bcel.classfile with parameters of type StackMapEntryModifier and TypeMethodDescriptionvoidStackMap.setStackMap(StackMapEntry[] map)voidClassVisitor.visitStackMapEntry(StackMapEntry obj)Constructors in org.aspectj.apache.bcel.classfile with parameters of type StackMapEntryModifierConstructorDescriptionStackMap(int name_index, int length, StackMapEntry[] map, ConstantPool constant_pool)