agg.attribute.parser.javaExpr
Class NUMxNUMtoNUMnode

java.lang.Object
  extended by agg.attribute.parser.javaExpr.SimpleNode
      extended by agg.attribute.parser.javaExpr.NUMxNUMtoNUMnode
All Implemented Interfaces:
Node, java.io.Serializable
Direct Known Subclasses:
ASTBitwiseAndNode, ASTBitwiseOrNode, ASTBitwiseXorNode, ASTDivNode, ASTMulNode, ASTSubtractNode

public class NUMxNUMtoNUMnode
extends SimpleNode

See Also:
Serialized Form

Field Summary
 
Fields inherited from class agg.attribute.parser.javaExpr.SimpleNode
children, classResolver, identifier, info, neverCalled, numberTypes, objectClass, parent, stack, stringClass, symtab, top
 
Method Summary
 void checkContext()
          Obtaining the node type and checking for consistency.
static Node jjtCreate(java.lang.String id)
           
 
Methods inherited from class agg.attribute.parser.javaExpr.SimpleNode
commonNumberType, copy, dump, getAllVariablesinExpression, getError, getIdentifier, getInfo, getNodeClass, getRootResult, getString, getSymbolTable, hasNumberType, hasStringType, interpret, isAction, isArrayIndex, isConstantExpr, isMember, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, replaceChildWith, rewrite, setClassResolver, setInfo, setNodeClass, setSymbolTable, takeNodeClassFrom, toString, toString, typeCode, typeCode, typeInit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

jjtCreate

public static Node jjtCreate(java.lang.String id)

checkContext

public void checkContext()
                  throws ASTWrongTypeException
Description copied from class: SimpleNode
Obtaining the node type and checking for consistency.

Specified by:
checkContext in interface Node
Overrides:
checkContext in class SimpleNode
Throws:
ASTWrongTypeException