SymOffExp

Offset from symbol

Constructors

this
this(Loc loc, Declaration var, dinteger_t offset, bool hasOverloads)
Undocumented in source.

Members

Functions

accept
void accept(Visitor v)
Undocumented in source. Be warned that the author may not have intended to support it.
isBool
bool isBool(bool result)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

offset
dinteger_t offset;
Undocumented in source.

Inherited Members

From SymbolExp

var
Declaration var;
Undocumented in source.
hasOverloads
bool hasOverloads;
Undocumented in source.
originalScope
Dsymbol originalScope;
Undocumented in source.
accept
void accept(Visitor v)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta