A B C D E F G H I J K L M N O P R S T U V W X Y _

D

data - Variable in class edu.mit.ai.psg.jeva.EvalMethods.EvalHookError
 
dateClassInTemp(String) - Static method in class edu.mit.ai.psg.jeva.CompileUnit
may be used to see if a class compiled in a previous session may be reloaded rather than recompiled.
dateSource(InterpretedClass) - Static method in class edu.mit.ai.psg.jeva.GenerateProxyClass
if aClass was read from a .java source file, return modification date of source file at time it was read; else return 0L if not read from a file.
dbgLev - Static variable in class edu.mit.ai.psg.jeva.JevaParser
 
dbgLev - Static variable in class edu.mit.ai.psg.jexa.Jexa
For debugging OutlineNodes and OutlineRenderers: if dbgLev > 0, adds "Set Jexa.mousedObject = [outlineNode]" and "Set Jexa.mousedObject = [jTree]" to popup menus
dbgLev - Static variable in class edu.mit.ai.psg.ui.outliner.OutlineMouseListener
For debugging popup menu items: if dbgLev > 0, traces popup related events on System.err
dbgLev - Static variable in class edu.mit.ai.psg.ui.outliner.awt.OutlineMouseListener
 
dbgOut(String) - Static method in class edu.mit.ai.psg.jeva.JevaParser
 
dbgOut(String) - Static method in class edu.mit.ai.psg.ui.outliner.OutlineMouseListener
 
dbgOut(String) - Static method in class edu.mit.ai.psg.ui.outliner.awt.OutlineMouseListener
 
decache() - Static method in class edu.mit.ai.psg.jeva.GenerateProxyClass
decache classes that have been generated so far this session
decacheLabelText(OutlineNode) - Method in class edu.mit.ai.psg.ui.outliner.OutlineRendererCaching
remove cache entry for this node, e.g., when rerendering node object
decacheObjectText(OutlineNode) - Method in class edu.mit.ai.psg.ui.outliner.OutlineRendererCaching
remove cache entry for this node, e.g., when rerendering node object
decacheToolTipText(OutlineNode) - Method in class edu.mit.ai.psg.ui.outliner.OutlineRendererCaching
remove cache entry for this node, e.g., when rerendering node object
DECIMAL_LITERAL - Static variable in interface edu.mit.ai.psg.jeva.JevaParserConstants
 
DECIMAL_LITERAL - Static variable in interface edu.mit.ai.psg.jevaES.JevaESParserConstants
 
Declaration() - Method in class edu.mit.ai.psg.jeva.JevaParser
 
decode(String) - Static method in class edu.mit.ai.psg.ui.patches.HTMLColor
decode the string as either one of the 16 html color names, or as an integer naming a color.
decodeModifierToken(Token) - Static method in class edu.mit.ai.psg.jeva.ModifierMethods
 
DECR - Static variable in interface edu.mit.ai.psg.jeva.JevaParserConstants
 
DECR - Static variable in interface edu.mit.ai.psg.jevaES.JevaESParserConstants
 
DEFAULT - Static variable in interface edu.mit.ai.psg.jeva.JevaParserConstants
 
DEFAULT - Static variable in interface edu.mit.ai.psg.jevaES.JevaESParserConstants
 
defaultColor - Static variable in class edu.mit.ai.psg.jexa.awt.ObjectOutline
Default foreground color
defaultEnv - Static variable in class edu.mit.ai.psg.jeva.EvalMethods
 
defaultEnv - Static variable in class edu.mit.ai.psg.jevaES.EvalMethods
 
defaultFont - Static variable in class edu.mit.ai.psg.jevaUI.JevaGUI
Default font for new windows, e.g.,
defaultFont - Static variable in class edu.mit.ai.psg.jevaESUI.JevaESGUI
Default font for new windows, e.g.,
defaultFont - Static variable in class edu.mit.ai.psg.jexa.ObjectRenderer
Default font for new renderers, e.g.,
defaultFont - Static variable in class edu.mit.ai.psg.jexa.awt.Jexa
Default font for new text, e.g., new Font("Monospaced", Font.PLAIN, 11)
defaultFont - Static variable in class edu.mit.ai.psg.traveler.TravelerCallRenderer
Default font for new renderers, e.g.,
defaultFont - Static variable in class edu.mit.ai.psg.ui.outliner.awt.Outliner
Default font for new text, e.g., new Font("SansSerif", Font.PLAIN, 11)
defaultGenerator - Static variable in class edu.mit.ai.psg.ui.outliner.awt.Outliner
Default IOutlineComponentGenerator called if no generator found in generators
defaultHerald() - Static method in class edu.mit.ai.psg.jevaUI.JevaUI
 
defaultHerald() - Static method in class edu.mit.ai.psg.jevaESUI.JevaESUI
 
defaultSyntax - Static variable in class edu.mit.ai.psg.strings.Prettify
default is Prettify.JavaSyntaxNoEscapes
defaultTitle() - Static method in class edu.mit.ai.psg.jevaUI.JevaUI
 
defaultTitle() - Static method in class edu.mit.ai.psg.jevaESUI.JevaESUI
 
defaultToolTipText - Variable in class edu.mit.ai.psg.ui.outliner.OutlineRendererDefault
"mouse-R: menu"; tailor for platforms that recognize different gesture for MouseEvent.isPopupTrigger() (e.g., one button MacOS).
defaultValue(Class) - Static method in class edu.mit.ai.psg.jeva.PrimitiveOperations
[JavaLangSpec1.0sec4.5.4]
defaultValue(Class) - Static method in class edu.mit.ai.psg.jevaES.PrimitiveOperations
[JavaLangSpec1.0sec4.5.4]
defaultValue(IClass) - Static method in class edu.mit.ai.psg.jeva.PrimitiveOperations
 
defaultValueSource(Class) - Static method in class edu.mit.ai.psg.jeva.GenerateProxyClass
generate source code for the default value for a type, e.g., "false" for boolean, "0" for numbers, "null" for non-primitive types
defaultValueSource(IClass) - Static method in class edu.mit.ai.psg.jeva.GenerateProxyClass
generate source code for the default value for a type, e.g., "false" for boolean, "0" for numbers, "null" for non-primitive types
depthLimit - Static variable in class edu.mit.ai.psg.strings.Prettify
Max levels of nesting (count parens; -1 [default] means include everything to unbounded depth)
DIGIT - Static variable in interface edu.mit.ai.psg.jeva.JevaParserConstants
 
DIGIT - Static variable in interface edu.mit.ai.psg.jevaES.JevaESParserConstants
 
disable_tracing() - Method in class edu.mit.ai.psg.jeva.JevaParser
 
disable_tracing() - Method in class edu.mit.ai.psg.jevaES.JevaESParser
 
divide(Object, Object) - Static method in class edu.mit.ai.psg.jeva.PrimitiveOperations
Multiplicative / promotes to Integer [JavaLangSpec1.0sec15.16]
divide(Object, Object) - Static method in class edu.mit.ai.psg.jevaES.PrimitiveOperations
Multiplicative / promotes to Integer [JavaLangSpec1.0sec15.16]
DO - Static variable in interface edu.mit.ai.psg.jeva.JevaParserConstants
 
DO - Static variable in interface edu.mit.ai.psg.jevaES.JevaESParserConstants
 
doing(ActivityRecord) - Method in class edu.mit.ai.psg.traveler.TraceRecorderDefault
 
doing(ActivityRecord) - Method in interface edu.mit.ai.psg.traveler.TraceRecorder
convenience function for entering followed immediately by exitting
doing(ActivityRecord) - Static method in class edu.mit.ai.psg.traveler.Trace
 
doing(String) - Method in class edu.mit.ai.psg.traveler.TraceRecorderDefault
 
doing(String) - Method in interface edu.mit.ai.psg.traveler.TraceRecorder
Convenience function for beginning followed immedately by exitting.
doing(String) - Static method in class edu.mit.ai.psg.traveler.Trace
 
doLayout() - Method in class edu.mit.ai.psg.ui.outliner.awt.OutlineTree
 
Done() - Method in class edu.mit.ai.psg.jeva.ASCII_UCodeESC_CharStream
 
Done() - Method in class edu.mit.ai.psg.jevaES.ASCII_UCodeESC_CharStream
 
DoRegenerateComponentAdapter - class edu.mit.ai.psg.ui.outliner.awt.DoRegenerateComponentAdapter.
Adapter which, upon receiving an ActionEvent (from an outline pop-up menu) regenerates the outine for the object using the specified generator and substitutes the new component for the old one in its parent component.
DoRegenerateComponentAdapter(Object, IOutlineComponentGenerator, Component) - Constructor for class edu.mit.ai.psg.ui.outliner.awt.DoRegenerateComponentAdapter
 
DoStatement() - Method in class edu.mit.ai.psg.jeva.JevaParser
 
DoStatement() - Method in class edu.mit.ai.psg.jevaES.JevaESParser
 
DOT - Static variable in interface edu.mit.ai.psg.jeva.JevaParserConstants
 
DOT - Static variable in interface edu.mit.ai.psg.jevaES.JevaESParserConstants
 
dotsToSeparators(String) - Static method in class edu.mit.ai.psg.jeva.ClassPathMethods
for example, if separator char is '/', then converts "java.io.File" to "java/io/File".
dotsToSeparators(String) - Static method in class edu.mit.ai.psg.jevaES.ClassPathMethods
for example, if separator char is '/', then converts "java.io.File" to "java/io/File".
dotsToSeparators(String, char) - Static method in class edu.mit.ai.psg.jeva.ClassPathMethods
 
dotsToSeparators(String, char) - Static method in class edu.mit.ai.psg.jevaES.ClassPathMethods
 
DOUBLE - Static variable in interface edu.mit.ai.psg.jeva.JevaParserConstants
 
DOUBLE - Static variable in interface edu.mit.ai.psg.jevaES.JevaESParserConstants
 
doubleIClass - Static variable in class edu.mit.ai.psg.jeva.TypeMethods
 
dump(String) - Method in class edu.mit.ai.psg.jeva.SimpleNode
 
dump(String) - Method in class edu.mit.ai.psg.jevaES.SimpleNode
 

Copyright (c) 1996-1999
Massachusetts Institute of Technology

Feedback: jeva-feedback@ai.mit.edu

A B C D E F G H I J K L M N O P R S T U V W X Y _