Scope
Attributes
- Graph
-
- Supertypes
-
class Scope[String, NewNode, TypedScopeElement]class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Attributes
- Definition Classes
-
Scope
Attributes
- Definition Classes
-
Scope
Attempts to resolve a simple symbol.
Attempts to resolve a simple symbol.
Note: This will be extended to notify the caller if this identifier is instead a local variable.
Attributes
Declares that the following function declaration has been defined and should now be considered in scope and resolvable by its name.
Declares that the following function declaration has been defined and should now be considered in scope and resolvable by its name.
Value parameters
- fullName
-
the function full name.
- name
-
the function name.
Attributes
Declares imports to load into this scope.
Declares imports to load into this scope.
Value parameters
- imports
-
the import nodes generated from parsing PhpUseStmt and PhpGroupUseStmt nodes.
Attributes
Declares that the following type declaration has been defined and should now be considered in scope and resolvable by its name.
Declares that the following type declaration has been defined and should now be considered in scope and resolvable by its name.
Value parameters
- fullName
-
the type decl full name.
- name
-
the type decl name.
Attributes
Inherited methods
Attributes
- Inherited from:
- Scope
Attributes
- Inherited from:
- Scope
Attributes
- Inherited from:
- Scope
Attributes
- Inherited from:
- Scope