Class StructType


  • public class StructType
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int fields  
      java.lang.Object tag  
    • Constructor Summary

      Constructors 
      Constructor Description
      StructType​(java.lang.Object tag, int fields)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • tag

        public final java.lang.Object tag
      • fields

        public final int fields
    • Constructor Detail

      • StructType

        public StructType​(java.lang.Object tag,
                          int fields)