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

org.duelengine.duel.codedom.CodeVisitor Maven / Gradle / Ivy

package org.duelengine.duel.codedom;

public interface CodeVisitor {

	public boolean visit(CodeObject node);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy