Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Y
_
N
Name()
- Method in class edu.mit.ai.psg.jeva.
JevaParser
Name()
- Method in class edu.mit.ai.psg.jevaES.
JevaESParser
NameList()
- Method in class edu.mit.ai.psg.jeva.
JevaParser
nameToPrimitiveIClass(String)
- Static method in class edu.mit.ai.psg.jeva.
TypeMethods
nameToPrimitiveType(String)
- Static method in class edu.mit.ai.psg.jeva.
TypeMethods
nameToPrimitiveType(String)
- Static method in class edu.mit.ai.psg.jevaES.
TypeMethods
Get primitive type from its name, e.g., for "long" return long.class
NATIVE
- Static variable in interface edu.mit.ai.psg.jeva.
JevaParserConstants
NATIVE
- Static variable in interface edu.mit.ai.psg.jevaES.
JevaESParserConstants
navy
- Static variable in class edu.mit.ai.psg.ui.patches.
HTMLColor
navy = "#000080"
ndims
- Variable in class edu.mit.ai.psg.jevaES.
JNEArrayCreationExpression
nDims
- Variable in class edu.mit.ai.psg.jeva.
JNEArrayCreationExpression
NE
- Static variable in interface edu.mit.ai.psg.jeva.
JevaParserConstants
NE
- Static variable in interface edu.mit.ai.psg.jevaES.
JevaESParserConstants
negate(Object)
- Static method in class edu.mit.ai.psg.jeva.
PrimitiveOperations
Unary '-' promotes byte, short, char to Integer [15.14.4 Unary Minus]
negate(Object)
- Static method in class edu.mit.ai.psg.jevaES.
PrimitiveOperations
Unary
-
promotes byte, short, char to Integer [15.14.4 Unary Minus]
NestedClassDeclaration()
- Method in class edu.mit.ai.psg.jeva.
JevaParser
NestedInterfaceDeclaration()
- Method in class edu.mit.ai.psg.jeva.
JevaParser
NEW
- Static variable in interface edu.mit.ai.psg.jeva.
JevaParserConstants
NEW
- Static variable in interface edu.mit.ai.psg.jevaES.
JevaESParserConstants
newInstance()
- Method in class edu.mit.ai.psg.jeva.
WrappedClass
newInstance()
- Method in class edu.mit.ai.psg.jeva.
InterpretedClass
newInstance()
- Method in interface edu.mit.ai.psg.jeva.
IClass
newInstance(Object[])
- Method in interface edu.mit.ai.psg.jeva.
IConstructor
newInstance(Object[])
- Method in class edu.mit.ai.psg.jeva.
WrappedConstructor
newInstance(Object[])
- Method in class edu.mit.ai.psg.jeva.
InterpretedConstructor
newToken(int)
- Static method in class edu.mit.ai.psg.jeva.
Token
Returns a new Token object, by default.
newToken(int)
- Static method in class edu.mit.ai.psg.jevaES.
Token
Returns a new Token object, by default.
next
- Variable in class edu.mit.ai.psg.jeva.
Token
A reference to the next regular (non-special) token from the input stream.
next
- Variable in class edu.mit.ai.psg.jevaES.
Token
A reference to the next regular (non-special) token from the input stream.
next()
- Method in class edu.mit.ai.psg.traveler.
ActivityRecordMethods.IteratorBase
node
- Variable in class edu.mit.ai.psg.jeva.
VerifyingError
node
- Variable in class edu.mit.ai.psg.jeva.
VerifyingException
node
- Variable in class edu.mit.ai.psg.jeva.
EvaluatingError
node
- Variable in class edu.mit.ai.psg.jevaES.
VerifyingException
node
- Variable in class edu.mit.ai.psg.jevaES.
EvaluatingError
node
- Variable in class edu.mit.ai.psg.jevaES.
VerifyingError
Node
- interface edu.mit.ai.psg.jeva.
Node
.
Node
- interface edu.mit.ai.psg.jevaES.
Node
.
NodeRenderer
- class edu.mit.ai.psg.jevaUI.
NodeRenderer
.
NodeRenderer provides an outline renderer for parse nodes.
NodeRenderer
- class edu.mit.ai.psg.jevaESUI.
NodeRenderer
.
NodeRenderer provides an outline renderer for parse nodes.
NodeRenderer(OutlineMaker)
- Constructor for class edu.mit.ai.psg.jevaUI.
NodeRenderer
NodeRenderer(OutlineMaker)
- Constructor for class edu.mit.ai.psg.jevaESUI.
NodeRenderer
noteFont
- Static variable in class edu.mit.ai.psg.ui.outliner.
OutlineMakerDefault
Default font for noteRenderer, italic system font:
notEquals(Object, Object)
- Static method in class edu.mit.ai.psg.jeva.
PrimitiveOperations
Numerical InEquality !=
notEquals(Object, Object)
- Static method in class edu.mit.ai.psg.jevaES.
PrimitiveOperations
Numerical InEquality !=
NoThrowsDeclarations
- Static variable in class edu.mit.ai.psg.jevaUI.
JevaUI
default empty array argument for repl(...
NoThrowsDeclarations
- Static variable in class edu.mit.ai.psg.jevaESUI.
JevaESUI
default empty array argument for repl(...
notifyAdded(Object, Object)
- Method in interface edu.mit.ai.psg.traveler.
ChangeObserver
notifyChanged(Object)
- Method in interface edu.mit.ai.psg.traveler.
ChangeObserver
notifyInserted(OutlineModel, OutlineNode, int)
- Method in class edu.mit.ai.psg.ui.outliner.
OutlineRendererDefault
notified after model inserts (adds) child into parent at index
notifyInserted(OutlineModel, OutlineNode, int)
- Method in class edu.mit.ai.psg.ui.outliner.
OutlineRendererCaching
notified after model inserts (adds) new child into parent at index; decaches old text in case new text is updated.
notifyInserted(OutlineModel, OutlineNode, int)
- Method in class edu.mit.ai.psg.ui.outliner.
CallOutlineRendererCaching
calls super.NotifyInserted, and if child.isInvocation, inserts its partner after it in its parent if necessary
notifyInserted(OutlineModel, OutlineNode, int)
- Method in class edu.mit.ai.psg.ui.outliner.
CallOutlineRendererDefault
calls super.NotifyInserted, and if child.isInvocation, inserts its partner after it in its parent if necessary
notifyInserted(OutlineModel, OutlineNode, int)
- Method in interface edu.mit.ai.psg.ui.outliner.
OutlineRenderer
notify after node with this renderer is after successfully inserted into node's parent
notifyRemoving(OutlineModel, OutlineNode)
- Method in class edu.mit.ai.psg.ui.outliner.
OutlineRendererDefault
notified when model is about to remove child from parent
notifyRemoving(OutlineModel, OutlineNode)
- Method in class edu.mit.ai.psg.ui.outliner.
CallOutlineRendererCaching
calls super.notifyRemoving, and removes its partner if necessary
notifyRemoving(OutlineModel, OutlineNode)
- Method in class edu.mit.ai.psg.ui.outliner.
CallOutlineRendererDefault
calls super.notifyRemoving, and removes its partner if necessary
notifyRemoving(OutlineModel, OutlineNode)
- Method in interface edu.mit.ai.psg.ui.outliner.
OutlineRenderer
notify before node with this renderer is removed from node's parent
notVerified()
- Static method in class edu.mit.ai.psg.jeva.
JevaNode
called from eval methods if node hasn't been verified first
notVerified()
- Static method in class edu.mit.ai.psg.jevaES.
JevaNode
called from eval methods if node hasn't been verified first
NULL
- Static variable in interface edu.mit.ai.psg.jeva.
JevaParserConstants
NULL
- Static variable in interface edu.mit.ai.psg.jevaES.
JevaESParserConstants
NullLiteral()
- Method in class edu.mit.ai.psg.jeva.
JevaParser
NullLiteral()
- Method in class edu.mit.ai.psg.jevaES.
JevaESParser
NumberIClass
- Static variable in class edu.mit.ai.psg.jeva.
TypeMethods
Overview
Package
Class
Tree
Deprecated
Index
Help
Copyright (c) 1996-1999
Massachusetts Institute of Technology
Feedback:
jeva-feedback@ai.mit.edu
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Y
_