agg.attribute.parser.javaExpr
Class ASTMulNode

java.lang.Object
  extended by agg.attribute.parser.javaExpr.SimpleNode
      extended by agg.attribute.parser.javaExpr.NUMxNUMtoNUMnode
          extended by agg.attribute.parser.javaExpr.ASTMulNode
All Implemented Interfaces:
Node, java.io.Serializable

public class ASTMulNode
extends NUMxNUMtoNUMnode

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
 java.lang.String getString()
          returns this node as a string with all children.
 void interpret()
          Interpret method
static Node jjtCreate(java.lang.String id)
           
 
Methods inherited from class agg.attribute.parser.javaExpr.NUMxNUMtoNUMnode
checkContext
 
Methods inherited from class agg.attribute.parser.javaExpr.SimpleNode
commonNumberType, copy, dump, getAllVariablesinExpression, getError, getIdentifier, getInfo, getNodeClass, getRootResult, getSymbolTable, hasNumberType, hasStringType, 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)

interpret

public void interpret()
Description copied from interface: Node
Interpret method

Specified by:
interpret in interface Node
Overrides:
interpret in class SimpleNode

getString

public java.lang.String getString()
Description copied from class: SimpleNode
returns this node as a string with all children. Subclasses must override this.

Specified by:
getString in interface Node
Overrides:
getString in class SimpleNode