Scope.search

Searches for a symbol in this scope and all enclosing scopes.

  1. Symbol search(Identifier* name)
  2. Symbol search(Identifier* name, Symbol ignoreSymbol)

Parameters

name
Type: Identifier*

The name of the symbol.

ignoreSymbol
Type: Symbol

The symbol that must be skipped.

Meta