All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.aya.guest0x0.util.AnyVar Maven / Gradle / Ivy

package org.aya.guest0x0.util;

import org.aya.guest0x0.syntax.DefVar;
import org.jetbrains.annotations.NotNull;

public sealed interface AnyVar permits DefVar, LocalVar {
  @NotNull String name();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy