marf.nlp.Parsing
Class ClassSymTabEntry

java.lang.Object
  extended by marf.nlp.Parsing.SymTabEntry
      extended by marf.nlp.Parsing.ClassSymTabEntry

public class ClassSymTabEntry
extends SymTabEntry

Class SymTab Entry. $Id: ClassSymTabEntry.java,v 1.7 2005/06/16 19:58:57 mokhov Exp $

Since:
0.3.0
Version:
$Revision: 1.7 $
Author:
Serguei Mokhov

Field Summary
 
Fields inherited from class marf.nlp.Parsing.SymTabEntry
CLASS, DataType, Declared, EntryType, FUNCTION, GenCodeLocations, ID, LocalSymTab, LocationsList, MultilplyDefined, Name, Reserved, UID, 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

ClassSymTabEntry

public ClassSymTabEntry()
Default Constructor.

Method Detail

getDataType

public SymDataType getDataType()
Can return only CLASS.

Overrides:
getDataType in class SymTabEntry
Returns:
SymDataType of CLASS

getMARFSourceCodeRevision

public static java.lang.String getMARFSourceCodeRevision()
Returns source code revision information.

Returns:
revision string