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

Method Index

 o getType()
 o getValue()
 o isFinal()
 o setValue(Object)

Methods

 o getType
 public abstract Class getType()
 o isFinal
 public abstract boolean isFinal() throws ThrowException
 o getValue
 public abstract Object getValue() throws ThrowException
 o setValue
 public abstract void setValue(Object value) throws ThrowException

All Packages  Class Hierarchy  This Package  Previous  Next  Index