public interface StmtResolver
Resolves expressions inside stmts, after
StmtPreResolver- See Also:
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic voidresolveStmt(@NotNull kala.collection.immutable.ImmutableSeq<ResolvingStmt> stmt, @NotNull ResolveInfo info) static voidresolveStmt(@NotNull ResolvingStmt stmt, @NotNull ResolveInfo info) resolvingInterrupt(org.aya.util.reporter.Reporter reporter, org.aya.util.reporter.Problem problem)
-
Method Details
-
resolveStmt
static void resolveStmt(@NotNull @NotNull kala.collection.immutable.ImmutableSeq<ResolvingStmt> stmt, @NotNull @NotNull ResolveInfo info) -
resolveStmt
- API Note:
- Note that this function MUTATES the stmt if it's a Decl.
-
resolvingInterrupt
@Contract("_, _ -> fail") static Context.ResolvingInterruptedException resolvingInterrupt(org.aya.util.reporter.Reporter reporter, org.aya.util.reporter.Problem problem)
-