|
||||||||||
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.ClassSymTabEntry
public class ClassSymTabEntry
ClassSymTabEntry represents an entry in the symbol table corresponding to a class definition.
$Id: ClassSymTabEntry.java,v 1.8 2005/12/30 18:36:54 mokhov Exp $
Field Summary |
---|
Fields inherited from class marf.nlp.Parsing.SymTabEntry |
---|
bDeclared, bMultilplyDefined, bReserved, CLASS, FUNCTION, iEntryType, iID, oDataType, oGenCodeLocations, oLocalSymTab, oLocationsList, oUID, strName, VARIABLE |
Constructor Summary | |
---|---|
ClassSymTabEntry()
Default Constructor. |
Method Summary | |
---|---|
SymDataType |
getDataType()
Can return only CLASS. |
static java.lang.String |
getMARFSourceCodeRevision()
Returns source code revision information. |
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 |
Constructor Detail |
---|
public ClassSymTabEntry()
Method Detail |
---|
public SymDataType getDataType()
getDataType
in class SymTabEntry
public static java.lang.String getMARFSourceCodeRevision()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |