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

com.carrotsearch.hppc.generator.IntrinsicMethod Maven / Gradle / Ivy

package com.carrotsearch.hppc.generator;

import java.util.ArrayList;
import java.util.regex.Matcher;

/**
 * Intrinsic method invocation.
 */
public interface IntrinsicMethod {
  void invoke(Matcher m, StringBuilder sb, TemplateOptions templateOptions, String genericCast, ArrayList params);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy