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

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

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

import org.hisrc.jscm.codemodel.JSIdentifier;

public interface JSLabelledStatement extends JSStatement, JSStatementGenerator {

	public JSLabel getLabel();

	public JSStatement getStatement();

	public interface JSLabel extends JSIdentifier {

	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy