java.lang.Object
org.aya.concrete.stmt.CommonDecl
org.aya.concrete.stmt.TeleDecl.StructField
- 所有已实现的接口:
Decl,Decl.Resulted,Decl.Telescopic,Stmt,AyaDocile,TyckUnit,org.aya.util.binop.OpDecl,org.aya.util.error.SourceNode
- 封闭类:
TeleDecl
public static final class TeleDecl.StructField
extends CommonDecl
implements Decl.Telescopic, Decl.Resulted
-
嵌套类概要
从接口继承的嵌套类/接口 org.aya.concrete.stmt.Decl
Decl.Personality, Decl.Resulted, Decl.Telescopic, Decl.TopLevel从接口继承的嵌套类/接口 org.aya.util.binop.OpDecl
org.aya.util.binop.OpDecl.BindPred, org.aya.util.binop.OpDecl.OpInfo从接口继承的嵌套类/接口 org.aya.concrete.stmt.Stmt
Stmt.Accessibility -
字段概要
字段修饰符和类型字段说明@NotNull kala.control.Option<Expr>final booleanfinal @NotNull DefVar<FieldDef,TeleDecl.StructField> @NotNull Expr@NotNull kala.collection.immutable.ImmutableSeq<Expr.Param>从类继承的字段 org.aya.concrete.stmt.CommonDecl
accessibility, bindBlock, entireSourcePos, opInfo, sourcePos从接口继承的字段 org.aya.util.binop.OpDecl
APPLICATION -
构造器概要
构造器构造器说明StructField(@NotNull org.aya.util.error.SourcePos sourcePos, @NotNull org.aya.util.error.SourcePos entireSourcePos, @Nullable org.aya.util.binop.OpDecl.OpInfo opInfo, @NotNull String name, @NotNull kala.collection.immutable.ImmutableSeq<Expr.Param> telescope, @NotNull Expr result, @NotNull kala.control.Option<Expr> body, boolean coerce, @NotNull BindBlock bindBlock) -
方法概要
修饰符和类型方法说明@NotNull DefVar<FieldDef,TeleDecl.StructField> ref()@NotNull Exprresult()voidvoidsetSignature(@Nullable Def.Signature signature) voidsetTelescope(@NotNull kala.collection.immutable.ImmutableSeq<Expr.Param> telescope) @NotNull kala.collection.immutable.ImmutableSeq<Expr.Param>从类继承的方法 org.aya.concrete.stmt.CommonDecl
accessibility, bindBlock, entireSourcePos, opInfo, sourcePos, toString从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait从接口继承的方法 org.aya.generic.AyaDocile
debuggerOnlyToDoc
-
字段详细资料
-
ref
-
structRef
-
result
-
body
-
coerce
public final boolean coerce -
telescope
-
signature
-
-
构造器详细资料
-
StructField
public StructField(@NotNull @NotNull org.aya.util.error.SourcePos sourcePos, @NotNull @NotNull org.aya.util.error.SourcePos entireSourcePos, @Nullable @Nullable org.aya.util.binop.OpDecl.OpInfo opInfo, @NotNull @NotNull String name, @NotNull @NotNull kala.collection.immutable.ImmutableSeq<Expr.Param> telescope, @NotNull @NotNull Expr result, @NotNull @NotNull kala.control.Option<Expr> body, boolean coerce, @NotNull @NotNull BindBlock bindBlock)
-
-
方法详细资料
-
ref
-
telescope
- 指定者:
telescope在接口中Decl.Telescopic
-
setTelescope
public void setTelescope(@NotNull @NotNull kala.collection.immutable.ImmutableSeq<Expr.Param> telescope) - 指定者:
setTelescope在接口中Decl.Telescopic
-
signature
- 指定者:
signature在接口中Decl.Telescopic
-
setSignature
- 指定者:
setSignature在接口中Decl.Telescopic
-
result
- 指定者:
result在接口中Decl.Resulted
-
setResult
- 指定者:
setResult在接口中Decl.Resulted
-