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

io.github.danielnaczo.python3parser.model.AST Maven / Gradle / Ivy

The newest version!
package io.github.danielnaczo.python3parser.model;

import io.github.danielnaczo.python3parser.visitors.basic.Python3ASTVisitor;

public interface AST {
	
	 R accept(Python3ASTVisitor visitor, P param);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy