edu.mit.ai.psg.jeva
Interface IStore
- All Known Implementing Classes:
- EnvLocalStore
- public interface IStore
IStore: interface to implementation objects for a storable location
for assignment. Encapsulates correct exceptions in ThrowException.
- See Also:
ThrowException,
IExpressionStoreNode
getType
public IClass getType()
isFinal
public boolean isFinal()
isConstant
public boolean isConstant()
getValue
public Object getValue()
throws ThrowException
setValue
public void setValue(Object value)
throws ThrowException