java.lang.Object
org.aya.concrete.stmt.Generalize
-
嵌套类概要
从接口继承的嵌套类/接口 org.aya.concrete.stmt.Stmt
Stmt.Accessibility -
字段概要
字段 -
构造器概要
构造器构造器说明Generalize(@NotNull org.aya.util.error.SourcePos sourcePos, @NotNull kala.collection.immutable.ImmutableSeq<GeneralizedVar> variables, @NotNull Expr type) -
方法概要
修饰符和类型方法说明@NotNull Stmt.Accessibilityboolean@NotNull org.aya.util.error.SourcePos@NotNull kala.collection.immutable.ImmutableSeq<Expr.Param>toExpr()从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.aya.generic.AyaDocile
debuggerOnlyToDoc
-
字段详细资料
-
sourcePos
@NotNull public final @NotNull org.aya.util.error.SourcePos sourcePos -
variables
-
type
-
ctx
-
-
构造器详细资料
-
Generalize
public Generalize(@NotNull @NotNull org.aya.util.error.SourcePos sourcePos, @NotNull @NotNull kala.collection.immutable.ImmutableSeq<GeneralizedVar> variables, @NotNull @NotNull Expr type)
-
-
方法详细资料
-
accessibility
- 指定者:
accessibility在接口中Stmt
-
needTyck
public boolean needTyck(@NotNull @NotNull kala.collection.immutable.ImmutableSeq<String> currentMod) -
toExpr
-
toExpr
-
sourcePos
@NotNull public @NotNull org.aya.util.error.SourcePos sourcePos()- 指定者:
sourcePos在接口中org.aya.util.error.SourceNode
-