Uses of Interface
org.codehaus.janino.util.ClassFile.StackMapTableAttribute.VerificationTypeInfo
-
Packages that use ClassFile.StackMapTableAttribute.VerificationTypeInfo Package Description org.codehaus.janino The core of the Janino Java compiler.org.codehaus.janino.util Application-independent helper classes. -
-
Uses of ClassFile.StackMapTableAttribute.VerificationTypeInfo in org.codehaus.janino
Fields in org.codehaus.janino declared as ClassFile.StackMapTableAttribute.VerificationTypeInfo Modifier and Type Field Description private ClassFile.StackMapTableAttribute.VerificationTypeInfo[]
StackMap. locals
Elements are never changed.private ClassFile.StackMapTableAttribute.VerificationTypeInfo[]
StackMap. operands
Elements are never changed.Constructors in org.codehaus.janino with parameters of type ClassFile.StackMapTableAttribute.VerificationTypeInfo Constructor Description StackMap(ClassFile.StackMapTableAttribute.VerificationTypeInfo[] locals, ClassFile.StackMapTableAttribute.VerificationTypeInfo[] operands)
-
Uses of ClassFile.StackMapTableAttribute.VerificationTypeInfo in org.codehaus.janino.util
Classes in org.codehaus.janino.util that implement ClassFile.StackMapTableAttribute.VerificationTypeInfo Modifier and Type Class Description static class
ClassFile.StackMapTableAttribute.ObjectVariableInfo
Representation of theobject_variable_info
structure; see JVMS8 4.7.4.static class
ClassFile.StackMapTableAttribute.UninitializedVariableInfo
Representation of theuninitialized_variable_info
structure; see JVMS8 4.7.4.Fields in org.codehaus.janino.util declared as ClassFile.StackMapTableAttribute.VerificationTypeInfo Modifier and Type Field Description static ClassFile.StackMapTableAttribute.VerificationTypeInfo
ClassFile.StackMapTableAttribute. DOUBLE_VARIABLE_INFO
Representation of thedouble_variable_info
structure; see JVMS8 4.7.4.static ClassFile.StackMapTableAttribute.VerificationTypeInfo
ClassFile.StackMapTableAttribute. FLOAT_VARIABLE_INFO
Representation of thefloat_variable_info
structure; see JVMS8 4.7.4.static ClassFile.StackMapTableAttribute.VerificationTypeInfo
ClassFile.StackMapTableAttribute. INTEGER_VARIABLE_INFO
Representation of theinteger_variable_info
structure; see JVMS8 4.7.4.private ClassFile.StackMapTableAttribute.VerificationTypeInfo[]
ClassFile.StackMapTableAttribute.AppendFrame. locals
private ClassFile.StackMapTableAttribute.VerificationTypeInfo[]
ClassFile.StackMapTableAttribute.FullFrame. locals
static ClassFile.StackMapTableAttribute.VerificationTypeInfo
ClassFile.StackMapTableAttribute. LONG_VARIABLE_INFO
Representation of thelong_variable_info
structure; see JVMS8 4.7.4.static ClassFile.StackMapTableAttribute.VerificationTypeInfo
ClassFile.StackMapTableAttribute. NULL_VARIABLE_INFO
Representation of thenull_variable_info
structure; see JVMS8 4.7.4.private ClassFile.StackMapTableAttribute.VerificationTypeInfo[]
ClassFile.StackMapTableAttribute.FullFrame. stack
private ClassFile.StackMapTableAttribute.VerificationTypeInfo
ClassFile.StackMapTableAttribute.SameLocals1StackItemFrame. stack
private ClassFile.StackMapTableAttribute.VerificationTypeInfo
ClassFile.StackMapTableAttribute.SameLocals1StackItemFrameExtended. stack
static ClassFile.StackMapTableAttribute.VerificationTypeInfo
ClassFile.StackMapTableAttribute. TOP_VARIABLE_INFO
Representation of thetop_variable_info
structure; see JVMS8 4.7.4.static ClassFile.StackMapTableAttribute.VerificationTypeInfo
ClassFile.StackMapTableAttribute. UNINITIALIZED_THIS_VARIABLE_INFO
Representation of theuninitialized_this_variable_info
structure; see JVMS8 4.7.4.Methods in org.codehaus.janino.util that return ClassFile.StackMapTableAttribute.VerificationTypeInfo Modifier and Type Method Description private static ClassFile.StackMapTableAttribute.VerificationTypeInfo
ClassFile.StackMapTableAttribute. loadVerificationTypeInfo(java.io.DataInputStream dis, ClassFile classFile)
private static ClassFile.StackMapTableAttribute.VerificationTypeInfo[]
ClassFile.StackMapTableAttribute. loadVerificationTypeInfos(java.io.DataInputStream dis, int number, ClassFile classFile)
Methods in org.codehaus.janino.util with parameters of type ClassFile.StackMapTableAttribute.VerificationTypeInfo Modifier and Type Method Description private static void
ClassFile.StackMapTableAttribute. storeVerificationTypeInfos(ClassFile.StackMapTableAttribute.VerificationTypeInfo[] vtis, java.io.DataOutputStream dos)
Constructors in org.codehaus.janino.util with parameters of type ClassFile.StackMapTableAttribute.VerificationTypeInfo Constructor Description AppendFrame(int offsetDelta, ClassFile.StackMapTableAttribute.VerificationTypeInfo[] locals)
FullFrame(int offsetDelta, ClassFile.StackMapTableAttribute.VerificationTypeInfo[] locals, ClassFile.StackMapTableAttribute.VerificationTypeInfo[] stack)
SameLocals1StackItemFrame(int offsetDelta, ClassFile.StackMapTableAttribute.VerificationTypeInfo stack)
SameLocals1StackItemFrameExtended(int offsetDelta, ClassFile.StackMapTableAttribute.VerificationTypeInfo stack)
-