Uses of Class
aQute.bnd.classfile.StackMapTableAttribute.VerificationTypeInfo
-
Packages that use StackMapTableAttribute.VerificationTypeInfo Package Description aQute.bnd.classfile This package provides an object model and parser for Java class files.aQute.bnd.osgi -
-
Uses of StackMapTableAttribute.VerificationTypeInfo in aQute.bnd.classfile
Subclasses of StackMapTableAttribute.VerificationTypeInfo in aQute.bnd.classfile Modifier and Type Class Description static class
StackMapTableAttribute.ObjectVariableInfo
static class
StackMapTableAttribute.UninitializedVariableInfo
Fields in aQute.bnd.classfile declared as StackMapTableAttribute.VerificationTypeInfo Modifier and Type Field Description StackMapTableAttribute.VerificationTypeInfo[]
StackMapTableAttribute.AppendFrame. locals
StackMapTableAttribute.VerificationTypeInfo[]
StackMapTableAttribute.FullFrame. locals
StackMapTableAttribute.VerificationTypeInfo[]
StackMapTableAttribute.FullFrame. stack
StackMapTableAttribute.VerificationTypeInfo
StackMapTableAttribute.SameLocals1StackItemFrame. stack
StackMapTableAttribute.VerificationTypeInfo
StackMapTableAttribute.SameLocals1StackItemFrameExtended. stack
Methods in aQute.bnd.classfile that return StackMapTableAttribute.VerificationTypeInfo Modifier and Type Method Description (package private) static StackMapTableAttribute.VerificationTypeInfo
StackMapTableAttribute.VerificationTypeInfo. read(java.io.DataInput in, ConstantPool constant_pool)
Constructors in aQute.bnd.classfile with parameters of type StackMapTableAttribute.VerificationTypeInfo Constructor Description AppendFrame(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.VerificationTypeInfo Modifier and Type Method Description private void
Clazz. verification_type_info(StackMapTableAttribute.VerificationTypeInfo verificationTypeInfo)
-