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

com.dragome.compiler.ast.Pop 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 Pop extends Expression
{

	public Pop(Expression e)
	{

	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy