edu.mit.ai.psg.jeva
Class EvalMethods.PreApplyData

java.lang.Object
  |
  +--edu.mit.ai.psg.jeva.EvalMethods.EvalHookData
        |
        +--edu.mit.ai.psg.jeva.EvalMethods.PreApplyData
Enclosing class:
EvalMethods

public static class EvalMethods.PreApplyData
extends EvalMethods.EvalHookData

EvalHook data after subexpression values have been evaluated, before node is evaluated


Constructor Summary
EvalMethods.PreApplyData(Object[] values, IEnv env)
           
 
Method Summary
 Object[] getValues()
           
 
Methods inherited from class edu.mit.ai.psg.jeva.EvalMethods.EvalHookData
getEnv
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvalMethods.PreApplyData

public EvalMethods.PreApplyData(Object[] values,
                                IEnv env)
Method Detail

getValues

public final Object[] getValues()

Copyright (c) 1996-1999
Massachusetts Institute of Technology

Feedback: jeva-feedback@ai.mit.edu