public abstract class AbstractFunction extends java.lang.Object implements Function
Modifier and Type | Field and Description |
---|---|
protected java.util.List<AbstractType<?>> |
argTypes |
protected FunctionName |
name |
protected AbstractType<?> |
returnType |
Modifier | Constructor and Description |
---|---|
protected |
AbstractFunction(FunctionName name,
java.util.List<AbstractType<?>> argTypes,
AbstractType<?> returnType) |
Modifier and Type | Method and Description |
---|---|
java.util.List<AbstractType<?>> |
argTypes() |
boolean |
equals(java.lang.Object o) |
java.lang.Iterable<Function> |
getFunctions() |
int |
hashCode() |
boolean |
hasReferenceTo(Function function) |
FunctionName |
name() |
AbstractType<?> |
returnType() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
isAggregate, isNative
protected final FunctionName name
protected final java.util.List<AbstractType<?>> argTypes
protected final AbstractType<?> returnType
protected AbstractFunction(FunctionName name, java.util.List<AbstractType<?>> argTypes, AbstractType<?> returnType)
public FunctionName name()
public java.util.List<AbstractType<?>> argTypes()
public AbstractType<?> returnType()
returnType
in interface Function
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.Iterable<Function> getFunctions()
getFunctions
in interface Function
public boolean hasReferenceTo(Function function)
hasReferenceTo
in interface Function
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2015 The Apache Software Foundation