java-commons/muscript-ast/src/main/java/io/gitlab/jfronny/muscript/ast/context/ICodeLocation.java

9 lines
173 B
Java

package io.gitlab.jfronny.muscript.ast.context;
/**
* Represents a location in the source code.
* To be implemented by the parser.
*/
public interface ICodeLocation {
}