public class NUnknownType extends NType
NType.CyclicTypeRecorderLIBRARY_URL, REFERENCE_URL, TUTORIAL_URL| Constructor and Description |
|---|
NUnknownType() |
| Modifier and Type | Method and Description |
|---|---|
static NType |
follow(NType t) |
static void |
point(NType u,
NType v) |
void |
printKids(NType.CyclicTypeRecorder ctr,
java.lang.StringBuilder sb)
Internal method to support printing in the presence of type-graph cycles.
|
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 void printKids(NType.CyclicTypeRecorder ctr, java.lang.StringBuilder sb)
NType