Class DNAField


  • public class DNAField
    extends java.lang.Object
    Represents a field (member variable) of a struct.
    Author:
    homac
    • Constructor Detail

      • DNAField

        public DNAField​(int index,
                        java.lang.String name,
                        DNAType type)
    • Method Detail

      • getType

        public DNAType getType()
      • getSignatureName

        public java.lang.String getSignatureName()
        Returns:
        name including type specifications like * for pointers and [n] for arrays.
      • getSignature

        public java.lang.String getSignature()
      • getName

        public java.lang.String getName()
        Returns:
        name of the field without type specifications such as * and [];