package com.laytonsmith.core; import com.laytonsmith.core.constructs.Construct; /** * * */ public interface PlatformResolver { public String outputConstant(Construct c); }