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
_
U
UnaryExpression()
- Method in class edu.mit.ai.psg.jeva.
JevaParser
UnaryExpression()
- Method in class edu.mit.ai.psg.jevaES.
JevaESParser
UnaryExpressionNotPlusMinus()
- Method in class edu.mit.ai.psg.jeva.
JevaParser
UnaryExpressionNotPlusMinus()
- Method in class edu.mit.ai.psg.jevaES.
JevaESParser
unaryPlus(Object)
- Static method in class edu.mit.ai.psg.jeva.
PrimitiveOperations
Unary '+' promotes byte, short, char to Integer [15.14.3 Unary Plus]
unaryPlus(Object)
- Static method in class edu.mit.ai.psg.jevaES.
PrimitiveOperations
Unary
+
promotes byte, short, char to Integer [15.14.3 Unary Plus]
unaryPromoteToInt(Object)
- Static method in class edu.mit.ai.psg.jeva.
PrimitiveOperations
At runtime, unary promote array dims/indexes to int (char promotes to int, but unfortunately Character is not a Number)
unaryPromoteToInt(Object)
- Static method in class edu.mit.ai.psg.jevaES.
PrimitiveOperations
At runtime, unary promote array dims/indexes to int (char promotes to int, but unfortunately Character is not a Number)
unaryPromoteType(Class)
- Static method in class edu.mit.ai.psg.jeva.
TypeMethods
[JavaLangSpec1.0 sec 5.6.1 Unary Numeric Promotion]
unaryPromoteType(Class)
- Static method in class edu.mit.ai.psg.jevaES.
TypeMethods
[JavaLangSpec1.0 sec 5.6.1 Unary Numeric Promotion]
unaryPromoteType(IClass)
- Static method in class edu.mit.ai.psg.jeva.
TypeMethods
UnaryTrue
- class edu.mit.ai.psg.utilities.
UnaryTrue
.
Predicate that always returns true
UnaryTrue()
- Constructor for class edu.mit.ai.psg.utilities.
UnaryTrue
unindent(int, String)
- Static method in class edu.mit.ai.psg.strings.
Indent
delete spaces where they appears in string at beginning and after newlines
unindent(String, String)
- Static method in class edu.mit.ai.psg.strings.
Indent
delete indent where it appears in string at beginning and after newlines
UnmodifiedClassDeclaration()
- Method in class edu.mit.ai.psg.jeva.
JevaParser
UnmodifiedInterfaceDeclaration()
- Method in class edu.mit.ai.psg.jeva.
JevaParser
unwrapClass(IClass)
- Static method in class edu.mit.ai.psg.jeva.
WrappedClass
unwrapClasses(IClass[])
- Static method in class edu.mit.ai.psg.jeva.
WrappedClass
unwrapExpressionIfPrimitive(String, Class)
- Static method in class edu.mit.ai.psg.jeva.
GenerateProxyClass
generate source code to unwrap a value if it is primitive, e.g., ("i", int.class)-->"((Integer)i).intValue()", ("i", Object.class)-->"i"
unwrapPrimitiveClass(IClass)
- Static method in class edu.mit.ai.psg.jeva.
WrappedClass
updateEndTokens(IJevaNode, Token, Token)
- Static method in class edu.mit.ai.psg.jeva.
JevaNode
if node's end token is oldEndToken, update it to newEndToken.
updateEndTokensPriorChild(IJevaNode, int, Token, Token)
- Static method in class edu.mit.ai.psg.jeva.
JevaNode
update the endTokens of node preceding node at childIndex of parent
updateEndTokensPriorNode(IJevaNode, int, Token, Token)
- Static method in class edu.mit.ai.psg.jeva.
JevaNode
updateEndTokensPriorNode(IJevaNode, Token, Token)
- Static method in class edu.mit.ai.psg.jeva.
JevaNode
update preceding nodes that used to have endHole as their end token set parent* node begin tokens as needed.
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
_