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 classStackMapTableAttribute.ObjectVariableInfostatic classStackMapTableAttribute.UninitializedVariableInfoFields in aQute.bnd.classfile declared as StackMapTableAttribute.VerificationTypeInfo Modifier and Type Field Description StackMapTableAttribute.VerificationTypeInfo[]StackMapTableAttribute.AppendFrame. localsStackMapTableAttribute.VerificationTypeInfo[]StackMapTableAttribute.FullFrame. localsStackMapTableAttribute.VerificationTypeInfo[]StackMapTableAttribute.FullFrame. stackStackMapTableAttribute.VerificationTypeInfoStackMapTableAttribute.SameLocals1StackItemFrame. stackStackMapTableAttribute.VerificationTypeInfoStackMapTableAttribute.SameLocals1StackItemFrameExtended. stackMethods in aQute.bnd.classfile that return StackMapTableAttribute.VerificationTypeInfo Modifier and Type Method Description (package private) static StackMapTableAttribute.VerificationTypeInfoStackMapTableAttribute.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 voidClazz. verification_type_info(StackMapTableAttribute.VerificationTypeInfo verificationTypeInfo)
-