abstract class AbstractIntrinsicMethod extends java.lang.Object implements IntrinsicMethod
| Constructor and Description |
|---|
AbstractIntrinsicMethod() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
expectArgumentCount(java.util.regex.Matcher m,
java.util.ArrayList<java.lang.String> arguments,
int expectedCount) |
protected static java.lang.String |
format(java.lang.String format,
java.lang.Object... args) |
protected static java.lang.String |
inferTemplateCastName(java.util.regex.Matcher m,
TemplateOptions templateOptions,
java.lang.String templateCast) |
protected static Type |
inferTemplateType(java.util.regex.Matcher m,
TemplateOptions templateOptions,
java.lang.String templateCast) |
protected java.lang.RuntimeException |
unreachable() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinvokeprotected static Type inferTemplateType(java.util.regex.Matcher m, TemplateOptions templateOptions, java.lang.String templateCast)
protected static java.lang.String inferTemplateCastName(java.util.regex.Matcher m,
TemplateOptions templateOptions,
java.lang.String templateCast)
protected static void expectArgumentCount(java.util.regex.Matcher m,
java.util.ArrayList<java.lang.String> arguments,
int expectedCount)
protected static java.lang.String format(java.lang.String format,
java.lang.Object... args)
protected java.lang.RuntimeException unreachable()