模块 aya.base

类 Remark

java.lang.Object
org.aya.concrete.remark.Remark
所有已实现的接口:
Stmt, AyaDocile, TyckUnit, org.aya.util.error.SourceNode

public final class Remark extends Object implements Stmt
  • 字段详细资料

    • literate

      @Nullable public final @Nullable Literate literate
    • raw

      @NotNull public final @NotNull String raw
    • sourcePos

      @NotNull public final @NotNull org.aya.util.error.SourcePos sourcePos
    • ctx

      @Nullable public @Nullable Context 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

      @NotNull public @NotNull Stmt.Accessibility 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.
      指定者:
      needTyck 在接口中 TyckUnit