Class CField


  • public class CField
    extends java.lang.Object
    Stores type information for a field of a struct.
    Author:
    homac
    See Also:
    CMetaModel
    • Constructor Summary

      Constructors 
      Constructor Description
      CField​(java.lang.String name, CType ctype)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      CType getType()  
      • Methods inherited from class java.lang.Object

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

      • CField

        public CField​(java.lang.String name,
                      CType ctype)
    • Method Detail

      • getType

        public CType getType()
      • getName

        public java.lang.String getName()