java.lang.Object
org.aya.concrete.stmt.GeneralizedVar
- All Implemented Interfaces:
AnyVar
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @NotNull Stringfinal @NotNull org.aya.util.error.SourcePos -
Constructor Summary
ConstructorsConstructorDescriptionGeneralizedVar(@NotNull String name, @NotNull org.aya.util.error.SourcePos sourcePos) -
Method Summary
-
Field Details
-
name
-
sourcePos
@NotNull public final @NotNull org.aya.util.error.SourcePos sourcePos -
owner
-
-
Constructor Details
-
GeneralizedVar
public GeneralizedVar(@NotNull @NotNull String name, @NotNull @NotNull org.aya.util.error.SourcePos sourcePos)
-
-
Method Details