All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface edu.mit.ai.psg.jevaES.IStoreNode

public interface IStoreNode
IStoreNode: Interface to expression nodes valid on left of assignment

Author:
CarlManning, caroma@ai.mit.edu
Copyright (c) 1997 Massachusetts Institute of Technology

Method Index

 o evalToStore(IEnv)

Methods

 o evalToStore
 public abstract IStore evalToStore(IEnv env) throws EvalException
Returns:
an IStore which can read and write the location to assign to.
Throws: EvalException
.

All Packages  Class Hierarchy  This Package  Previous  Next  Index