Package org.codehaus.janino.util
Interface ClassFile.StackMapTableAttribute.VerificationTypeInfo
-
- All Known Implementing Classes:
ClassFile.StackMapTableAttribute.ObjectVariableInfo,ClassFile.StackMapTableAttribute.UninitializedVariableInfo
- Enclosing class:
- ClassFile.StackMapTableAttribute
public static interface ClassFile.StackMapTableAttribute.VerificationTypeInfoRepresentation of theverification_type_infounion; see JVMS8 4.7.4.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intcategory()voidstore(java.io.DataOutputStream dos)Writes this object to anOutputStream, in "class file" format.
-