Scope.search

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

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

Parameters

name
Type: Identifier*

The name of the symbol.

Meta