public interface GenericAyaParser
- See Also:
-
Method Summary
Modifier and TypeMethodDescription@NotNull Exprdefault @NotNull kala.collection.immutable.ImmutableSeq<Stmt>program(@NotNull org.aya.util.error.SourceFile sourceFile) @NotNull kala.collection.immutable.ImmutableSeq<Stmt>program(@NotNull org.aya.util.error.SourceFile sourceFile, @NotNull org.aya.util.error.SourceFile errorReport) @NotNull org.aya.util.reporter.Reporterreporter()
-
Method Details
-
expr
-
program
@NotNull @NotNull kala.collection.immutable.ImmutableSeq<Stmt> program(@NotNull @NotNull org.aya.util.error.SourceFile sourceFile, @NotNull @NotNull org.aya.util.error.SourceFile errorReport) -
program
@TestOnly @VisibleForTesting @NotNull default @NotNull kala.collection.immutable.ImmutableSeq<Stmt> program(@NotNull @NotNull org.aya.util.error.SourceFile sourceFile) -
reporter
@NotNull @NotNull org.aya.util.reporter.Reporter reporter()
-