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 TypeMethodDescriptionvoid
StackMap.setStackMap(StackMapEntry[] map)
void
ClassVisitor.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)