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

org.hisrc.jscm.codemodel.statement.JSIterationStatement Maven / Gradle / Ivy

The newest version!
package org.hisrc.jscm.codemodel.statement;

public interface JSIterationStatement extends JSStatement, JSStatementGenerator {

	public JSStatement getStatement();

	// TODO
	// do while
	// while
	// for
	// for var
	// for in
	// for var in

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy