Class AbstractIntrinsicMethod
java.lang.Object
com.carrotsearch.hppc.generator.intrinsics.AbstractIntrinsicMethod
- All Implemented Interfaces:
IntrinsicMethod
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static void
expectArgumentCount
(Matcher m, ArrayList<String> arguments, int expectedCount) protected static String
protected static String
inferTemplateCastName
(Matcher m, TemplateOptions templateOptions, String templateCast) protected static Type
inferTemplateType
(Matcher m, TemplateOptions templateOptions, String templateCast) protected RuntimeException
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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
-