dsql.parser
Interface Assignable

All Known Implementing Classes:
ASTArrayIndex, ASTDot, ASTVariable

public interface Assignable

A node which can be assigned a value


Method Summary
 void setValue(Value to)
           
 

Method Detail

setValue

public void setValue(Value to)
              throws ExecuteException
Throws:
ExecuteException