Uses of Class
aQute.bnd.classfile.StackMapTableAttribute.VerificationTypeInfo
Packages that use StackMapTableAttribute.VerificationTypeInfo
Package
Description
This package provides an object model and parser for Java class files.
-
Uses of StackMapTableAttribute.VerificationTypeInfo in aQute.bnd.classfile
Subclasses of StackMapTableAttribute.VerificationTypeInfo in aQute.bnd.classfileModifier and TypeClassDescriptionstatic class
static class
Fields in aQute.bnd.classfile declared as StackMapTableAttribute.VerificationTypeInfoModifier and TypeFieldDescriptionStackMapTableAttribute.AppendFrame.locals
StackMapTableAttribute.FullFrame.locals
StackMapTableAttribute.FullFrame.stack
StackMapTableAttribute.SameLocals1StackItemFrame.stack
StackMapTableAttribute.SameLocals1StackItemFrameExtended.stack
Methods in aQute.bnd.classfile that return StackMapTableAttribute.VerificationTypeInfoModifier and TypeMethodDescription(package private) static StackMapTableAttribute.VerificationTypeInfo
StackMapTableAttribute.VerificationTypeInfo.read
(DataInput in, ConstantPool constant_pool) Constructors in aQute.bnd.classfile with parameters of type StackMapTableAttribute.VerificationTypeInfoModifierConstructorDescriptionAppendFrame
(int tag, int delta, StackMapTableAttribute.VerificationTypeInfo[] locals) FullFrame
(int tag, int delta, StackMapTableAttribute.VerificationTypeInfo[] locals, StackMapTableAttribute.VerificationTypeInfo[] stack) SameLocals1StackItemFrame
(int tag, StackMapTableAttribute.VerificationTypeInfo stack) SameLocals1StackItemFrameExtended
(int tag, int delta, StackMapTableAttribute.VerificationTypeInfo stack) -
Uses of StackMapTableAttribute.VerificationTypeInfo in aQute.bnd.osgi
Methods in aQute.bnd.osgi with parameters of type StackMapTableAttribute.VerificationTypeInfoModifier and TypeMethodDescriptionprivate void
Clazz.verification_type_info
(StackMapTableAttribute.VerificationTypeInfo verificationTypeInfo)