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

org.aya.util.error.SourceNode Maven / Gradle / Ivy

There is a newer version: 0.34.0
Show newest version
// Copyright (c) 2020-2021 Yinsen (Tesla) Zhang.
// Use of this source code is governed by the MIT license that can be found in the LICENSE.md file.
package org.aya.util.error;

import org.jetbrains.annotations.Contract;
import org.jetbrains.annotations.NotNull;

public interface SourceNode {
  @Contract(pure = true) @NotNull SourcePos sourcePos();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy