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

com.puresoltechnologies.parsers.ust.statements.AbstractLoop Maven / Gradle / Ivy

There is a newer version: 0.4.1
Show newest version
package com.puresoltechnologies.parsers.ust.statements;

/**
 * This is an abstract implementation for all kind of loops.
 * 
 * @author Rick-Rainer Ludwig
 */
public abstract class AbstractLoop extends AbstractStatement {

	private static final long serialVersionUID = 6821436133082697055L;

	public AbstractLoop(String name, String originalSymbol) {
		super(name, originalSymbol);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy