java.lang.Object
org.aya.concrete.stmt.CommonDecl
org.aya.concrete.stmt.ClassDecl
- 所有已实现的接口:
Decl,Decl.Resulted,Decl.TopLevel,Stmt,AyaDocile,TyckUnit,org.aya.util.binop.OpDecl,org.aya.util.error.SourceNode
public abstract non-sealed class ClassDecl
extends CommonDecl
implements Decl.Resulted, Decl.TopLevel
Concrete classable definitions, corresponding to
ClassDef.- 另请参阅:
-
嵌套类概要
从接口继承的嵌套类/接口 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 -
字段概要
字段从类继承的字段 org.aya.concrete.stmt.CommonDecl
accessibility, bindBlock, entireSourcePos, opInfo, sourcePos从接口继承的字段 org.aya.util.binop.OpDecl
APPLICATION -
构造器概要
构造器限定符构造器说明protectedClassDecl(@NotNull org.aya.util.error.SourcePos sourcePos, @NotNull org.aya.util.error.SourcePos entireSourcePos, org.aya.util.binop.OpDecl.OpInfo opInfo, @NotNull BindBlock bindBlock, @NotNull Expr result, Decl.Personality personality, @NotNull Stmt.Accessibility accessibility) -
方法概要
从类继承的方法 org.aya.concrete.stmt.CommonDecl
accessibility, bindBlock, entireSourcePos, opInfo, sourcePos从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait从接口继承的方法 org.aya.generic.AyaDocile
debuggerOnlyToDoc
-
字段详细资料
-
ctx
-
result
-
-
构造器详细资料
-
ClassDecl
protected ClassDecl(@NotNull @NotNull org.aya.util.error.SourcePos sourcePos, @NotNull @NotNull org.aya.util.error.SourcePos entireSourcePos, @Nullable org.aya.util.binop.OpDecl.OpInfo opInfo, @NotNull @NotNull BindBlock bindBlock, @NotNull @NotNull Expr result, @NotNull Decl.Personality personality, @NotNull @NotNull Stmt.Accessibility accessibility)
-
-
方法详细资料
-
personality
- 指定者:
personality在接口中Decl.TopLevel
-
getCtx
- 指定者:
getCtx在接口中Decl.TopLevel
-
setCtx
- 指定者:
setCtx在接口中Decl.TopLevel
-
result
- 指定者:
result在接口中Decl.Resulted
-
setResult
- 指定者:
setResult在接口中Decl.Resulted
-
toString
- 覆盖:
toString在类中CommonDecl
-