Class ClangFieldToken

  • All Implemented Interfaces:
    ClangNode

    public class ClangFieldToken
    extends ClangToken
    A C code token representing a structure field.
    • Constructor Detail

      • ClangFieldToken

        public ClangFieldToken​(ClangNode par)
    • Method Detail

      • getDataType

        public DataType getDataType()
        Returns:
        the structure datatype associated with this field token
      • getOffset

        public int getOffset()
        Returns:
        the byte offset of this field with its structure