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 class
StackMapTableAttribute.AppendFrame
static class
StackMapTableAttribute.ChopFrame
static class
StackMapTableAttribute.FullFrame
static class
StackMapTableAttribute.SameFrame
static class
StackMapTableAttribute.SameFrameExtended
static class
StackMapTableAttribute.SameLocals1StackItemFrame
static class
StackMapTableAttribute.SameLocals1StackItemFrameExtended
Fields in aQute.bnd.classfile declared as StackMapTableAttribute.StackMapFrame Modifier and Type Field Description StackMapTableAttribute.StackMapFrame[]
StackMapTableAttribute. entries
Constructors in aQute.bnd.classfile with parameters of type StackMapTableAttribute.StackMapFrame Constructor Description StackMapTableAttribute(StackMapTableAttribute.StackMapFrame[] entries)
-