org.python.indexer.ast
Class NSequence
- java.lang.Object
-
- org.python.indexer.ast.NNode
-
- org.python.indexer.ast.NSequence
-
- All Implemented Interfaces:
- java.io.Serializable
public abstract class NSequence extends NNode
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description NSequence(java.util.List<NNode> elts)NSequence(java.util.List<NNode> elts, int start, int end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.util.List<NNode>getElements()-
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, visit
-
-
DMelt 3.0 © DataMelt by jWork.ORG