Public Member Functions

MULTNode Class Reference

Inheritance diagram for MULTNode:
BinaryOperatorAST CalcAST antlr.BaseAST antlr.collections.AST

List of all members.

Public Member Functions

 MULTNode (Token tok)
int value ()
String toString ()
void xmlSerializeRootOpen (Writer out) throws IOException
void xmlSerializeRootClose (Writer out) throws IOException

Detailed Description

A simple node to represent MULT operation


Constructor & Destructor Documentation

MULTNode.MULTNode ( Token  tok  ) 

Member Function Documentation

String MULTNode.toString (  ) 

Reimplemented from antlr.BaseAST.

int MULTNode.value (  )  [virtual]

Compute value of subtree; this is heterogeneous part :)

Implements CalcAST.

References BinaryOperatorAST.left(), BinaryOperatorAST.right(), and CalcAST.value().

void MULTNode.xmlSerializeRootClose ( Writer  out  )  throws IOException

Reimplemented from antlr.BaseAST.

void MULTNode.xmlSerializeRootOpen ( Writer  out  )  throws IOException

Reimplemented from antlr.BaseAST.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties