org.python.indexer.ast
Class NPlaceHolder
- java.lang.Object
-
- org.python.indexer.ast.NNode
-
- org.python.indexer.ast.NPlaceHolder
-
- All Implemented Interfaces:
- java.io.Serializable
public class NPlaceHolder extends NNode
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description NPlaceHolder()NPlaceHolder(int start, int end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringtoString()voidvisit(NNodeVisitor v)Visits this node and optionally its children.-
Methods inherited from class org.python.indexer.ast.NNode
addChildren, addChildren, addType, bindsName, end, getAstRoot, getDeepestNodeAtOffset, getEnclosingNamespace, getFile, getParent, getTable, getType, isCall, isClassDef, isFunctionDef, isLambda, isModule, isName, length, resolve, resolveExpr, setEnd, setParent, setStart, setType, start
-
-
-
-
Constructor Detail
-
NPlaceHolder
public NPlaceHolder()
-
NPlaceHolder
public NPlaceHolder(int start, int end)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
visit
public void visit(NNodeVisitor v)
Description copied from class:NNodeVisits this node and optionally its children.
-
-
DMelt 3.0 © DataMelt by jWork.ORG