webit.script.core.ast.loop.Loopable Maven / Gradle / Ivy
// Copyright (c) 2013, Webit Team. All Rights Reserved.
package webit.script.core.ast.loop;
import java.util.List;
/**
*
* @author Zqq
*/
public interface Loopable {
List collectPossibleLoopsInfo();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy