java.lang.Object
org.aya.concrete.stmt.Generalize
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.aya.concrete.stmt.Stmt
Stmt.Accessibility -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGeneralize(@NotNull org.aya.util.error.SourcePos sourcePos, @NotNull kala.collection.immutable.ImmutableSeq<GeneralizedVar> variables, @NotNull Expr type) -
Method Summary
Modifier and TypeMethodDescription@NotNull Stmt.Accessibilityboolean@NotNull org.aya.util.error.SourcePos@NotNull kala.collection.immutable.ImmutableSeq<Expr.Param>toExpr()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aya.generic.AyaDocile
debuggerOnlyToDoc
-
Field Details
-
sourcePos
@NotNull public final @NotNull org.aya.util.error.SourcePos sourcePos -
variables
-
type
-
ctx
-
-
Constructor Details
-
Generalize
public Generalize(@NotNull @NotNull org.aya.util.error.SourcePos sourcePos, @NotNull @NotNull kala.collection.immutable.ImmutableSeq<GeneralizedVar> variables, @NotNull @NotNull Expr type)
-
-
Method Details
-
accessibility
- Specified by:
accessibilityin interfaceStmt
-
needTyck
public boolean needTyck(@NotNull @NotNull kala.collection.immutable.ImmutableSeq<String> currentMod) -
toExpr
-
toExpr
-
sourcePos
@NotNull public @NotNull org.aya.util.error.SourcePos sourcePos()- Specified by:
sourcePosin interfaceorg.aya.util.error.SourceNode
-