模块 aya.base

类 GeneralizedVar

java.lang.Object
org.aya.concrete.stmt.GeneralizedVar
所有已实现的接口:
AnyVar

public final class GeneralizedVar extends Object implements AnyVar
  • 字段详细资料

    • name

      @NotNull public final @NotNull String name
    • sourcePos

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

      public Generalize owner
  • 构造器详细资料

    • GeneralizedVar

      public GeneralizedVar(@NotNull @NotNull String name, @NotNull @NotNull org.aya.util.error.SourcePos sourcePos)
  • 方法详细资料

    • toLocal

      @NotNull public @NotNull LocalVar toLocal()
    • name

      @NotNull public @NotNull String name()
      指定者:
      name 在接口中 AnyVar