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
Methods in org.codehaus.janino that return ClassFile.StackMapTableAttribute.VerificationTypeInfo Modifier and Type Method Description ClassFile.StackMapTableAttribute.VerificationTypeInfoCodeContext. peekOperand()ClassFile.StackMapTableAttribute.VerificationTypeInfoCodeContext. popIntOrLongOperand()Asserts that the top operand is anint_variable_infoorlong_variable_info, then pops and returns it.ClassFile.StackMapTableAttribute.VerificationTypeInfoCodeContext. popObjectOrUninitializedOrUninitializedThisOperand()Asserts that the top operand is anobject_variable_info,uninitialized_variable_infooruninitializedThis_variable_info, and pops it.ClassFile.StackMapTableAttribute.VerificationTypeInfoCodeContext. popOperand()Pops one entry from the current inserter's operand stack.Methods in org.codehaus.janino with parameters of type ClassFile.StackMapTableAttribute.VerificationTypeInfo Modifier and Type Method Description voidCodeContext. popOperand(ClassFile.StackMapTableAttribute.VerificationTypeInfo expected)Pops the top entry from the operand stack and assert that it equals expected.voidCodeContext. pushOperand(ClassFile.StackMapTableAttribute.VerificationTypeInfo topOperand) -
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 classClassFile.StackMapTableAttribute.ObjectVariableInfoRepresentation of theobject_variable_infostructure; see JVMS8 4.7.4.static classClassFile.StackMapTableAttribute.UninitializedVariableInfoRepresentation of theuninitialized_variable_infostructure; see JVMS8 4.7.4.Fields in org.codehaus.janino.util declared as ClassFile.StackMapTableAttribute.VerificationTypeInfo Modifier and Type Field Description static ClassFile.StackMapTableAttribute.VerificationTypeInfoClassFile.StackMapTableAttribute. DOUBLE_VARIABLE_INFORepresentation of thedouble_variable_infostructure; see JVMS8 4.7.4.static ClassFile.StackMapTableAttribute.VerificationTypeInfoClassFile.StackMapTableAttribute. FLOAT_VARIABLE_INFORepresentation of thefloat_variable_infostructure; see JVMS8 4.7.4.static ClassFile.StackMapTableAttribute.VerificationTypeInfoClassFile.StackMapTableAttribute. INTEGER_VARIABLE_INFORepresentation of theinteger_variable_infostructure; see JVMS8 4.7.4.static ClassFile.StackMapTableAttribute.VerificationTypeInfoClassFile.StackMapTableAttribute. LONG_VARIABLE_INFORepresentation of thelong_variable_infostructure; see JVMS8 4.7.4.static ClassFile.StackMapTableAttribute.VerificationTypeInfoClassFile.StackMapTableAttribute. NULL_VARIABLE_INFORepresentation of thenull_variable_infostructure; see JVMS8 4.7.4.static ClassFile.StackMapTableAttribute.VerificationTypeInfoClassFile.StackMapTableAttribute. TOP_VARIABLE_INFORepresentation of thetop_variable_infostructure; see JVMS8 4.7.4.static ClassFile.StackMapTableAttribute.VerificationTypeInfoClassFile.StackMapTableAttribute. UNINITIALIZED_THIS_VARIABLE_INFORepresentation of theuninitialized_this_variable_infostructure; see JVMS8 4.7.4.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)
-