| Modifier | Constructor and Description |
|---|---|
protected |
UfDeclaration(FormulaType<T> pReturnType,
List<FormulaType<?>> pArgumentTypes) |
| Modifier and Type | Method and Description |
|---|---|
List<FormulaType<?>> |
getArgumentTypes()
Types of function arguments.
|
FormulaType<T> |
getReturnType()
Function return type.
|
String |
toString() |
protected UfDeclaration(FormulaType<T> pReturnType, List<FormulaType<?>> pArgumentTypes)
public List<FormulaType<?>> getArgumentTypes()
public FormulaType<T> getReturnType()