Method typeof_identifier()


Method typeof_identifier

type|zero typeof_identifier(program p, string identifier)

Description

Allows access to the static type of an identifier ("member") in a program.

Returns

The static type of p->identifier, or UNDEFINED if it can not be determined, be it because identifier does not exist in p or for other reasons.