edu.mit.ai.psg.jeva
Class EnvOptionBits

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

public class EnvOptionBits
extends EnvBase

EnvOptionBits -- environment which specifies option bits; can be used to override the options of the environment, e.g., for debugger command prompt.

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

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

Constructor Detail

EnvOptionBits

public EnvOptionBits(int optionBits,
                     IEnv nextEnv)
Method Detail

getOptionBits

public int getOptionBits()
Overrides:
getOptionBits 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