Class AbstractIntrinsicMethod
java.lang.Object
com.carrotsearch.hppc.generator.intrinsics.AbstractIntrinsicMethod
- All Implemented Interfaces:
IntrinsicMethod
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static voidexpectArgumentCount(Matcher m, ArrayList<String> arguments, int expectedCount) protected static Stringprotected static StringinferTemplateCastName(Matcher m, TemplateOptions templateOptions, String templateCast) protected static TypeinferTemplateType(Matcher m, TemplateOptions templateOptions, String templateCast) protected RuntimeExceptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.carrotsearch.hppc.generator.IntrinsicMethod
invoke
-
Constructor Details
-
AbstractIntrinsicMethod
AbstractIntrinsicMethod()
-
-
Method Details
-
inferTemplateType
protected static Type inferTemplateType(Matcher m, TemplateOptions templateOptions, String templateCast) -
inferTemplateCastName
protected static String inferTemplateCastName(Matcher m, TemplateOptions templateOptions, String templateCast) -
expectArgumentCount
-
format
-
unreachable
-