sisc.exprs.fp
Interface OptimisticExpression

All Known Implementing Classes:
FixedAppExp_0, FixedAppExp_1, FixedAppExp_2, FixedAppExp_3

public interface OptimisticExpression

Author:
scgmille TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Method Summary
 void dropSafe()
          Called to clear the safe expressions
 void setHost(OptimisticHost host, int uexpPosition)
          Called to set up backward references to the hosts
 

Method Detail

setHost

void setHost(OptimisticHost host,
             int uexpPosition)
Called to set up backward references to the hosts

Parameters:
host -
uexpPosition -

dropSafe

void dropSafe()
Called to clear the safe expressions