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

com.dragome.compiler.ast.Push Maven / Gradle / Ivy

There is a newer version: 0.96-beta4
Show newest version
/*
 * Copyright 2005 by Wolfgang Kuehn
 * Created on 19.10.2005
 */
package com.dragome.compiler.ast;

public class Push extends Expression
{

	public Push(Expression e)
	{
		widen(e);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy