engine
Interface LeftValue

All Known Implementing Classes:
IntSelector, WireSelection, RealSelector

abstract interface LeftValue


Method Summary
 void assign(Result r)
           
 boolean isLeftValue()
           
 int length()
           
 

Method Detail

assign

public void assign(Result r)
            throws InterpretTimeException

length

public int length()

isLeftValue

public boolean isLeftValue()