Documentation of 'org.python.indexer.types.NTupleType' Java class
NTupleType
org.python.indexer.types

Class NTupleType



  • public class NTupleType
    extends NType
    • Constructor Detail

      • NTupleType

        public NTupleType()
      • NTupleType

        public NTupleType(java.util.List<NType> eltTypes)
      • NTupleType

        public NTupleType(NType elt0)
      • NTupleType

        public NTupleType(NType elt0,
                          NType elt1)
      • NTupleType

        public NTupleType(NType... types)
    • Method Detail

      • setElementTypes

        public void setElementTypes(java.util.List<NType> eltTypes)
      • getElementTypes

        public java.util.List<NType> getElementTypes()
      • add

        public void add(NType elt)
      • get

        public NType get(int i)
      • printKids

        public void printKids(org.python.indexer.types.NType.CyclicTypeRecorder ctr,
                              java.lang.StringBuilder sb)
        Description copied from class: NType
        Internal method to support printing in the presence of type-graph cycles.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.