All Packages Class Hierarchy This Package Previous Next Index
Interface edu.mit.ai.psg.jevaES.IStore
- public interface IStore
IStore: interface to objects representing a storable loc for assignment
- Author:
- CarlManning, caroma@ai.mit.edu
Copyright (c) 1997 Massachusetts Institute of Technology
- See Also:
- IStoreNode
-
getType()
-
-
getValue()
-
-
isFinal()
-
-
setValue(Object)
-
getType
public abstract Class getType()
isFinal
public abstract boolean isFinal() throws ThrowException
getValue
public abstract Object getValue() throws ThrowException
setValue
public abstract void setValue(Object value) throws ThrowException
All Packages Class Hierarchy This Package Previous Next Index