public abstract class NativeFunction extends AbstractFunction
AssignmentTestable.TestResult
argTypes, name, returnType
Modifier | Constructor and Description |
---|---|
protected |
NativeFunction(java.lang.String name,
AbstractType<?> returnType,
AbstractType<?>... argTypes) |
Modifier and Type | Method and Description |
---|---|
boolean |
isNative()
Checks whether the function is a native/hard coded one or not.
|
argTypes, equals, getFunctions, hashCode, hasReferenceTo, name, returnType, testAssignment, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
isAggregate
protected NativeFunction(java.lang.String name, AbstractType<?> returnType, AbstractType<?>... argTypes)
public boolean isNative()
Function
true
if the function is a native/hard coded one, false
otherwise.Copyright © 2016 The Apache Software Foundation