|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--marf.nlp.Parsing.SymTabEntry
|
+--marf.nlp.Parsing.FuncSymTabEntry
Function SymTab Entry. $Id: FuncSymTabEntry.java,v 1.6 2005/06/01 05:35:09 mokhov Exp $
| Field Summary | |
protected java.util.Vector |
Params
Parameter List. |
protected marf.nlp.Parsing.SymDataType |
RetValType
Return Value Type. |
| Fields inherited from class marf.nlp.Parsing.SymTabEntry |
CLASS, DataType, Declared, EntryType, FUNCTION, GenCodeLocations, ID, LocalSymTab, LocationsList, MultilplyDefined, Name, Reserved, UID, VARIABLE |
| Constructor Summary | |
FuncSymTabEntry()
Constructor. |
|
| Method Summary | |
void |
addParam(marf.nlp.Parsing.VarSymTabEntry poParam)
Add a new parameter. |
marf.nlp.Parsing.SymDataType |
getDataType()
Cannot be anyther other than FUNCTION. |
java.util.Vector |
getParams()
|
marf.nlp.Parsing.SymDataType |
getRetValDataType()
|
static java.lang.String |
getRevision()
Returns source code revision information. |
void |
setRetValDataType(marf.nlp.Parsing.SymDataType poSymDataType)
|
| Methods inherited from class marf.nlp.Parsing.SymTabEntry |
addLocation, getID, getLocalSymTab, getLocationsList, getUID, isDeclared, isMultiplyDefined, setDeclared, setID, setMultiplyDefined, setMultiplyDefined, setUID |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected marf.nlp.Parsing.SymDataType RetValType
protected java.util.Vector Params
| Constructor Detail |
public FuncSymTabEntry()
| Method Detail |
public void addParam(marf.nlp.Parsing.VarSymTabEntry poParam)
public java.util.Vector getParams()
public marf.nlp.Parsing.SymDataType getDataType()
getDataType in class SymTabEntrypublic void setRetValDataType(marf.nlp.Parsing.SymDataType poSymDataType)
public marf.nlp.Parsing.SymDataType getRetValDataType()
public static java.lang.String getRevision()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||