edu.mit.ai.psg.jeva
Class JNEExclusiveOrExpression
java.lang.Object
|
+--edu.mit.ai.psg.jeva.SimpleNode
|
+--edu.mit.ai.psg.jeva.JevaNode
|
+--edu.mit.ai.psg.jeva.ExpressionNode
|
+--edu.mit.ai.psg.jeva.LeftAssociativeOperatorExpression
|
+--edu.mit.ai.psg.jeva.JNEExclusiveOrExpression
- public class JNEExclusiveOrExpression
- extends LeftAssociativeOperatorExpression
Jeva parse Node for ^ Expressions
[JavaLangSpec 1.0 sec 15.21 Bitwise and Logical Operators].
- Author:
- CarlManning, caroma@ai.mit.edu
Copyright (c) 1997, 1998 Massachusetts Institute of Technology
| Methods inherited from class edu.mit.ai.psg.jeva.JevaNode |
checkInsertionPoint,
find2ndTokenBeforeEndBody,
findChildIndex,
findPrecedingToken,
findTokenBeforeChild,
findTokenBeforeChild,
findTokenBeforeEnd,
getBeginToken,
getEndToken,
insertChildTokens,
insertNewChildAfter,
insertNewChildAt,
insertNewChildBefore,
jnGetChild,
jnGetParent,
print,
print,
printToken,
printToString,
printToString,
removeChild,
removeChildTokens,
replaceChild,
replaceChild,
setBeginToken,
setEndToken,
updateEndTokens,
updateEndTokensPriorChild,
updateEndTokensPriorNode,
updateEndTokensPriorNode |
jjtAccept
public Object jjtAccept(IJevaVisitor visitor,
Object data)
- Overrides:
- jjtAccept in class JevaNode
binaryCombineTypes
public IClass binaryCombineTypes(Token operator,
IClass accumType,
IClass nextType)
- Overrides:
- binaryCombineTypes in class LeftAssociativeOperatorExpression
binaryCombine
public Object binaryCombine(Token operator,
Object accumResult,
Object nextResult)
throws ThrowException
- Overrides:
- binaryCombine in class LeftAssociativeOperatorExpression