Documentation of 'org.python.indexer.ast.NSequence' Java class
NSequence
org.python.indexer.ast

Class NSequence

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    NList, NTuple


    public abstract class NSequence
    extends NNode
    See Also:
    Serialized Form
    • Field Detail

      • elts

        public java.util.List<NNode> elts
    • Constructor Detail

      • NSequence

        public NSequence(java.util.List<NNode> elts)
      • NSequence

        public NSequence(java.util.List<NNode> elts,
                         int start,
                         int end)
    • Method Detail

      • getElements

        public java.util.List<NNode> getElements()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.