|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteece496.SymbolTable
$Source: K:/cvsrepo/ee496/codes/jbuilder/src/TestCaseGenerator/src/eece496/SymbolTable.java,v $
Last updated by $Author: cyiu $
$Date: 2003/07/29 18:16:05 $
$Revision: 1.8 $
$State: Exp $
Nested Class Summary | |
protected class |
SymbolTable.SymbolTableElement
Deprecated. |
Field Summary | |
static int |
CONDITION
Deprecated. |
static int |
RESPONSE
Deprecated. |
static java.util.LinkedList |
tableContent
Deprecated. |
Constructor Summary | |
SymbolTable()
Deprecated. |
Method Summary | |
void |
addSymbol(java.lang.Double ROID,
java.lang.String content,
int type)
Deprecated. |
java.util.LinkedList |
getParents(java.lang.Double ROID)
Deprecated. Return the whole parent list of the specified symbol |
static boolean |
isValid(java.lang.Double theROID)
Deprecated. |
static void |
main(java.lang.String[] args)
Deprecated. |
boolean |
modifyParent(java.lang.Double ROID,
int parentIndex,
java.util.Vector ROIDs)
Deprecated. Append the parent roids into the specified parent element of the specified symbol |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static java.util.LinkedList tableContent
public static final int CONDITION
public static final int RESPONSE
Constructor Detail |
public SymbolTable()
Method Detail |
public static boolean isValid(java.lang.Double theROID)
public boolean modifyParent(java.lang.Double ROID, int parentIndex, java.util.Vector ROIDs)
ROID
- Roid of the symbol in sym tabparentIndex
- index of the parent elementROIDs
- parent roids to be appended
public java.util.LinkedList getParents(java.lang.Double ROID)
ROID
- ROID of the symbol in sym tab
public void addSymbol(java.lang.Double ROID, java.lang.String content, int type)
public static void main(java.lang.String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |