java-commons/muscript-core/src/main/java/io/gitlab/jfronny/muscript/core/IDynamic.java

9 lines
160 B
Java

package io.gitlab.jfronny.muscript.core;
/**
* Represents a Dynamic in the source code.
* To be implemented by the parser.
*/
public interface IDynamic {
}