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

prompto.python.PythonSelectorExpression Maven / Gradle / Ivy

The newest version!
package prompto.python;


public abstract class PythonSelectorExpression implements PythonExpression {

	PythonExpression parent;
	
	public void setParent(PythonExpression parent) {
		this.parent = parent;
	}
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy