Interface KotlinPsi.PsiWork<T>
- Type Parameters:
T- what the work produces
- Enclosing class:
KotlinPsi
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Work that reads a parse tree.
-
Method Summary
-
Method Details
-
run
- Returns:
- the result
- Throws:
IOException- if a source cannot be read
-