public class NFuncType extends NType
NType.CyclicTypeRecorderLIBRARY_URL, REFERENCE_URL, TUTORIAL_URL| Constructor and Description |
|---|
NFuncType() |
NFuncType(NType to) |
NFuncType(NType from,
NType to) |
NFuncType(NType from1,
NType from2,
NType to) |
| Modifier and Type | Method and Description |
|---|---|
NType |
getReturnType() |
void |
printKids(NType.CyclicTypeRecorder ctr,
java.lang.StringBuilder sb)
Internal method to support printing in the presence of type-graph cycles.
|
void |
setReturnType(NType to) |
asClassType, asDictType, asFuncType, asInstanceType, asListType, asModuleType, asTupleType, asUnionType, asUnknownType, follow, getTable, isClassType, isDictType, isFuncType, isInstanceType, isListType, isModuleType, isNative, isNumType, isStrType, isTupleType, isUnionType, isUnknownType, print, setTable, toStringpublic NFuncType()
public NFuncType(NType to)
public void setReturnType(NType to)
public NType getReturnType()
public void printKids(NType.CyclicTypeRecorder ctr, java.lang.StringBuilder sb)
NType