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

org.fulib.scenarios.ast.decl.UnresolvedNameDelegate Maven / Gradle / Ivy

package org.fulib.scenarios.ast.decl;

public class UnresolvedNameDelegate
{
   public static Decl getDecl(UnresolvedName unresolvedName)
   {
      return null;
   }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy