resolveAliasThis

Find the alias this symbol of e's type.

resolveAliasThis
(,,
bool gag = false
,
bool findOnly = false
)

Parameters

sc Scope*

context

e Expression

expression forming the this

gag bool

do not print errors, return null instead

findOnly bool

don't do further processing like resolving properties, i.e. just return plain dotExp() result.

Return Value

Expression that is e.aliasthis

Meta