Top Fields Constructors Methods
org.python.indexer.types

public Class NModuleType

extends NType
Class Inheritance
Imports
org.python.indexer.Indexer, .NBinding, .Scope, .Util, org.python.indexer.ast.NAssign, .NList, .NName, .NNode, .NStr, java.util.ArrayList, .List

Field Summary

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

Constructor Summary

AccessConstructor and Description
public
public
NModuleType(String name, String file, Scope parent)

Method Summary

Modifier and TypeMethod and Description
public String
public String
public String
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
public void
public void
Inherited from org.python.indexer.types.NType:
asClassTypeasDictTypeasFuncTypeasInstanceTypeasListTypeasModuleTypeasTupleTypeasUnionTypeasUnknownTypefollowgetTableisClassTypeisDictTypeisFuncTypeisInstanceTypeisListTypeisModuleTypeisNativeisNumTypeisStrTypeisTupleTypeisUnionTypeisUnknownTypeprintsetTabletoString

Field Detail

fileback to summary
private String file
nameback to summary
private String name
qnameback to summary
private String qname

Constructor Detail

NModuleTypeback to summary
public NModuleType()
NModuleTypeback to summary
public NModuleType(String name, String file, Scope parent)

Method Detail

getFileback to summary
public String getFile()
getNameback to summary
public String getName()
getQnameback to summary
public String getQname()
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
setFileback to summary
public void setFile(String file)
setNameback to summary
public void setName(String name)
setQnameback to summary
public void setQname(String qname)