Uses of Class
aQute.bnd.classfile.StackMapTableAttribute.StackMapFrame
-
Packages that use StackMapTableAttribute.StackMapFrame Package Description aQute.bnd.classfile This package provides an object model and parser for Java class files. -
-
Uses of StackMapTableAttribute.StackMapFrame in aQute.bnd.classfile
Subclasses of StackMapTableAttribute.StackMapFrame in aQute.bnd.classfile Modifier and Type Class Description static classStackMapTableAttribute.AppendFramestatic classStackMapTableAttribute.ChopFramestatic classStackMapTableAttribute.FullFramestatic classStackMapTableAttribute.SameFramestatic classStackMapTableAttribute.SameFrameExtendedstatic classStackMapTableAttribute.SameLocals1StackItemFramestatic classStackMapTableAttribute.SameLocals1StackItemFrameExtendedFields in aQute.bnd.classfile declared as StackMapTableAttribute.StackMapFrame Modifier and Type Field Description StackMapTableAttribute.StackMapFrame[]StackMapTableAttribute. entriesConstructors in aQute.bnd.classfile with parameters of type StackMapTableAttribute.StackMapFrame Constructor Description StackMapTableAttribute(StackMapTableAttribute.StackMapFrame[] entries)
-