io
Class Span

java.lang.Object
  extended by io.Span

public class Span
extends Object


Field Summary
 int end
           
 int start
           
 String type
           
 
Constructor Summary
Span(int start, int end, String type)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

public int start

end

public int end

type

public String type
Constructor Detail

Span

public Span(int start,
            int end,
            String type)


Copyright © 2009. All Rights Reserved.