![JAR search and dependency download from the Maven repository](/logo.png)
CompilerRuntime.Interpreter Maven / Gradle / Ivy
package CompilerRuntime;
public class Interpreter {
public Interpreter getInterpreterInstance(){
return this;
}
public ASTNode getPosition(){
return null;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy