org.python.indexer.types
Class NFuncType
- java.lang.Object
-
- org.python.indexer.types.NType
-
- org.python.indexer.types.NFuncType
-
public class NFuncType extends NType
-
-
Constructor Summary
Constructors Constructor and Description NFuncType()NFuncType(NType to)NFuncType(NType from, NType to)NFuncType(NType from1, NType from2, NType to)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description NTypegetReturnType()voidprintKids(org.python.indexer.types.NType.CyclicTypeRecorder ctr, java.lang.StringBuilder sb)Internal method to support printing in the presence of type-graph cycles.voidsetReturnType(NType to)-
Methods inherited from class org.python.indexer.types.NType
asClassType, asDictType, asFuncType, asInstanceType, asListType, asModuleType, asTupleType, asUnionType, asUnknownType, follow, getTable, isClassType, isDictType, isFuncType, isInstanceType, isListType, isModuleType, isNative, isNumType, isStrType, isTupleType, isUnionType, isUnknownType, setTable, toString
-
-
-
-
Constructor Detail
-
NFuncType
public NFuncType()
-
NFuncType
public NFuncType(NType to)
-
-
Method Detail
-
setReturnType
public void setReturnType(NType to)
-
getReturnType
public NType getReturnType()
-
printKids
public void printKids(org.python.indexer.types.NType.CyclicTypeRecorder ctr, java.lang.StringBuilder sb)Description copied from class:NTypeInternal method to support printing in the presence of type-graph cycles.
-
-
DMelt 3.0 © DataMelt by jWork.ORG