net.sourceforge.transmogrify.hook
Class StatementSpan

java.lang.Object
  |
  +--net.sourceforge.transmogrify.hook.StatementSpan

public class StatementSpan
extends java.lang.Object


Constructor Summary
StatementSpan(Hook hook)
           
 
Method Summary
 void calculate()
           
 net.sourceforge.transmogrify.symtab.Occurrence getEnd()
           
 net.sourceforge.transmogrify.symtab.Occurrence getStart()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatementSpan

public StatementSpan(Hook hook)
Method Detail

getStart

public net.sourceforge.transmogrify.symtab.Occurrence getStart()
                                                        throws java.lang.Exception

getEnd

public net.sourceforge.transmogrify.symtab.Occurrence getEnd()
                                                      throws java.lang.Exception

calculate

public void calculate()
               throws java.lang.Exception