Constructor
Types
stores if value is static
the line number (starts from 1) from which this node begins, or ends
name of member, this is valid for Type.EnumMemberRead & Type.StructMemberRead
index of memberName in struct definition or enum definition. Only valid after ASTCheck
Return type. Only valid after ASTCheck
stores the type this MemberSelector is of. Only valid after ASTCheck has been called on this
to store a member selection (someStructOrEnum.memberName)