org.annotation.util
Class CompoundSpan

java.lang.Object
  extended byorg.annotation.util.Span
      extended byorg.annotation.util.CompoundSpan
All Implemented Interfaces:
java.lang.Comparable, TreeComparable

public class CompoundSpan
extends Span


Constructor Summary
CompoundSpan(Span s, Span e)
           
 
Method Summary
 int getEnd()
           
 int getStart()
           
 
Methods inherited from class org.annotation.util.Span
compareTo, contains, contains, crosses, equals, gt, hashCode, intersects, length, lt, parseSpan, subsumes, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompoundSpan

public CompoundSpan(Span s,
                    Span e)
Method Detail

getStart

public int getStart()
Overrides:
getStart in class Span

getEnd

public int getEnd()
Overrides:
getEnd in class Span


Copyright © 2004 Thomas Morton and Jeremy LaCivita. All Rights Reserved.