coins.ffront
Class FormatStmt

java.lang.Object
  extended bycoins.ffront.FStmt
      extended bycoins.ffront.FormatStmt
All Implemented Interfaces:
Node

public class FormatStmt
extends FStmt

only using in parsing.


Field Summary
(package private)  java.lang.String lexem
           
 
Fields inherited from class coins.ffront.FStmt
defLabel, fDeclMgr, fESMgr, fHir, fHirUtil, fLine, fSymTable, fTypeUtil, generatedStmts, hir, stmt
 
Constructor Summary
FormatStmt(Node n, int line, FirToHir pfHir)
           
 
Method Summary
 java.lang.String getLexem()
           
 
Methods inherited from class coins.ffront.FStmt
addGeneratedStmt, addGeneratedStmtFirst, addLabel, addResultTo, dp, getLabelString, getResult, hasNotLabel, makeArgAddr, makeExp, mergeSymTable, preprocess, print, process, setLineAndFileInfo, setSymTable, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

lexem

java.lang.String lexem
Constructor Detail

FormatStmt

public FormatStmt(Node n,
                  int line,
                  FirToHir pfHir)
Method Detail

getLexem

public java.lang.String getLexem()