IPsiNode
Description
- Derived from
- Extended by
-
PsiNode abstract
Base interface for PSI nodes.
Public / Methods
Resolve
Tries to resolve all references in this PSI node.
This method will return false
to indicate that there are unresolved references in the PSI model, which may be fixed by updating the PSI model and calling this method again.
Once this method has returned true
, it will always return true
for the same IPsiNode object when called again. Such calls will be no-ops and may thus be performed repeatedly, without causing performance problems.
Extensions
ValidateThrowInput
2 overloads
Validates this PSI node.
- ValidatingException
-
If the validation has failed.
Validates this PSI node.
- ValidatingException
-
If the validation has failed.