io.github.danielnaczo.python3parser.model.AST Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of python3parser Show documentation
Show all versions of python3parser Show documentation
A Java-based Python3-Parser.
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