class documentation

class SymbolLookupResult:

View In Hierarchy

Undocumented

Method __init__ Undocumented
Instance Variable ident Undocumented
Instance Variable parent​Symbol Undocumented
Instance Variable symbols Undocumented
def __init__(self, symbols, parentSymbol, ident):

Undocumented

Parameters
symbols:Iterator[Symbol]Undocumented
parent​Symbol:SymbolUndocumented
ident:ASTIdentifierUndocumented
ident =

Undocumented

parentSymbol =

Undocumented

symbols =

Undocumented