src.org.python.antlr.ast.Context Maven / Gradle / Ivy
package org.python.antlr.ast;
public interface Context {
void setContext(expr_contextType ctx);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package org.python.antlr.ast;
public interface Context {
void setContext(expr_contextType ctx);
}