org.python.core
Class PyCompositeString.Location

java.lang.Object
  extended byorg.python.core.PyCompositeString.Location
All Implemented Interfaces:
Comparable
Enclosing class:
PyCompositeString

public static class PyCompositeString.Location
extends Object
implements Comparable


Field Summary
 int length
           
 PyObject po
           
 int start
           
 
Constructor Summary
PyCompositeString.Location(int start, int length, PyObject po)
           
 
Method Summary
 int compareTo(Object o)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

public int start

length

public int length

po

public PyObject po
Constructor Detail

PyCompositeString.Location

public PyCompositeString.Location(int start,
                                  int length,
                                  PyObject po)
Method Detail

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable