org.python.indexer.types
Class NModuleType
- java.lang.Object
-
- org.python.indexer.types.NType
-
- org.python.indexer.types.NModuleType
-
public class NModuleType extends NType
-
-
Constructor Summary
Constructors Constructor and Description NModuleType()NModuleType(java.lang.String name, java.lang.String file, Scope parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetFile()java.lang.StringgetName()java.lang.StringgetQname()voidprintKids(org.python.indexer.types.NType.CyclicTypeRecorder ctr, java.lang.StringBuilder sb)Internal method to support printing in the presence of type-graph cycles.voidsetFile(java.lang.String file)voidsetName(java.lang.String name)voidsetQname(java.lang.String qname)-
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
-
NModuleType
public NModuleType()
-
NModuleType
public NModuleType(java.lang.String name, java.lang.String file, Scope parent)
-
-
Method Detail
-
setFile
public void setFile(java.lang.String file)
-
getFile
public java.lang.String getFile()
-
setName
public void setName(java.lang.String name)
-
getName
public java.lang.String getName()
-
setQname
public void setQname(java.lang.String qname)
-
getQname
public java.lang.String getQname()
-
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