|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteece496.Populator
Populator class.
$Source: K:/cvsrepo/ee496/codes/jbuilder/src/TestCaseGenerator/src/eece496/Populator.java,v $
Last updated by $Author: kcai $
$Date: 2003/08/04 06:41:48 $
$Revision: 1.9 $
$State: Exp $
Constructor Summary | |
Populator(ParseTree p,
SymbolHashtable s)
Constructor |
Method Summary | |
void |
populate(ParseTree p)
recursive function. |
SymbolHashtable |
returnSymbolTable()
|
void |
run()
main method to be called by driver |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Populator(ParseTree p, SymbolHashtable s)
p
- - the parse tree with all datas
- - the empty symboltableMethod Detail |
public void run()
public void populate(ParseTree p)
p
- - the parse treepublic SymbolHashtable returnSymbolTable()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |