java.lang.Object
org.aya.concrete.remark.Remark
-
嵌套类概要
从接口继承的嵌套类/接口 org.aya.concrete.stmt.Stmt
Stmt.Accessibility -
字段概要
字段 -
方法概要
修饰符和类型方法说明@NotNull Stmt.Accessibility@NotNull kala.collection.immutable.ImmutableSeq<TyckOrder>doResolve(@NotNull ResolveInfo info) static @NotNull Remarkmake(@NotNull String raw, @NotNull org.aya.util.error.SourcePos pos, @NotNull GenericAyaParser ayaParser) booleanIt's always downstream (cannot be imported), so always need to be checked.@NotNull org.aya.util.error.SourcePos从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.aya.generic.AyaDocile
debuggerOnlyToDoc
-
字段详细资料
-
literate
-
raw
-
sourcePos
@NotNull public final @NotNull org.aya.util.error.SourcePos sourcePos -
ctx
-
-
方法详细资料
-
make
@NotNull public static @NotNull Remark make(@NotNull @NotNull String raw, @NotNull @NotNull org.aya.util.error.SourcePos pos, @NotNull @NotNull GenericAyaParser ayaParser) -
accessibility
- 指定者:
accessibility在接口中Stmt
-
sourcePos
@NotNull public @NotNull org.aya.util.error.SourcePos sourcePos()- 指定者:
sourcePos在接口中org.aya.util.error.SourceNode
-
doResolve
@NotNull public @NotNull kala.collection.immutable.ImmutableSeq<TyckOrder> doResolve(@NotNull @NotNull ResolveInfo info) -
needTyck
public boolean needTyck(@NotNull @NotNull kala.collection.immutable.ImmutableSeq<String> currentMod) It's always downstream (cannot be imported), so always need to be checked.
-