Top Fields Constructors Methods
org.python.indexer.types

public Class NFuncType

extends NType
Class Inheritance
Imports
org.python.indexer.Indexer

Field Summary

Modifier and TypeField and Description
private NType
Inherited from org.python.indexer.types.NType:
LIBRARY_URLREFERENCE_URLTUTORIAL_URL

Constructor Summary

AccessConstructor and Description
public
public
NFuncType(NType from, NType to)

public
NFuncType(NType from1, NType from2, NType to)

public

Method Summary

Modifier and TypeMethod and Description
public NType
public void
printKids(NType.CyclicTypeRecorder ctr, StringBuilder sb)

Implements abstract org.python.indexer.types.NType.printKids.

Internal method to support printing in the presence of type-graph cycles.

public void
Inherited from org.python.indexer.types.NType:
asClassTypeasDictTypeasFuncTypeasInstanceTypeasListTypeasModuleTypeasTupleTypeasUnionTypeasUnknownTypefollowgetTableisClassTypeisDictTypeisFuncTypeisInstanceTypeisListTypeisModuleTypeisNativeisNumTypeisStrTypeisTupleTypeisUnionTypeisUnknownTypeprintsetTabletoString

Field Detail

returnTypeback to summary
private NType returnType

Constructor Detail

NFuncTypeback to summary
public NFuncType()
NFuncTypeback to summary
public NFuncType(NType from, NType to)
NFuncTypeback to summary
public NFuncType(NType from1, NType from2, NType to)
NFuncTypeback to summary
public NFuncType(NType to)

Method Detail

getReturnTypeback to summary
public NType getReturnType()
printKidsback to summary
public void printKids(NType.CyclicTypeRecorder ctr, StringBuilder sb)

Implements abstract org.python.indexer.types.NType.printKids.

Doc from org.python.indexer.types.NType.printKids.

Internal method to support printing in the presence of type-graph cycles.

Annotations
@Override
setReturnTypeback to summary
public void setReturnType(NType to)