edu.mit.ai.psg.jeva
Class EnvThis

java.lang.Object
  |
  +--edu.mit.ai.psg.jeva.EnvBase
        |
        +--edu.mit.ai.psg.jeva.EnvThis

public class EnvThis
extends EnvBase

EnvThis stores object self reference in an environment chain.

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

Constructor Summary
protected EnvThis(Object object, IEnv nextEnv)
           
 
Method Summary
 Object lookupThis()
           
 String toString()
           
 
Methods inherited from class edu.mit.ai.psg.jeva.EnvBase
getNext, getOptionBits, lookupClass, lookupEnclosingClass, lookupEnclosingPackage, lookupField, lookupLabel, lookupLocal, lookupPackage, lookupReturnType, lookupThrows
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EnvThis

protected EnvThis(Object object,
                  IEnv nextEnv)
Method Detail

lookupThis

public Object lookupThis()
Overrides:
lookupThis in class EnvBase

toString

public String toString()
Overrides:
toString in class EnvBase

Copyright (c) 1996-1999
Massachusetts Institute of Technology

Feedback: jeva-bugs@ai.mit.edu