marf.nlp.Parsing
Class SymDataType

java.lang.Object
  extended by marf.nlp.Parsing.SymDataType

public class SymDataType
extends java.lang.Object

User-defined symbol's data type. $Id: SymDataType.java,v 1.6 2005/06/16 19:58:57 mokhov Exp $

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

Field Summary
static int CLASS
           
static int FUNCTION
           
static int INTEGER
           
static int REAL
           
 int type
           
static int UNKNOWN
           
 
Constructor Summary
SymDataType()
          Default Constructor.
SymDataType(int piType)
          Just another dummy constructor.
 
Method Summary
static java.lang.String getMARFSourceCodeRevision()
          Retrieves class' revision.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public int type

INTEGER

public static final int INTEGER
See Also:
Constant Field Values

REAL

public static final int REAL
See Also:
Constant Field Values

CLASS

public static final int CLASS
See Also:
Constant Field Values

FUNCTION

public static final int FUNCTION
See Also:
Constant Field Values

UNKNOWN

public static final int UNKNOWN
See Also:
Constant Field Values
Constructor Detail

SymDataType

public SymDataType()
Default Constructor.


SymDataType

public SymDataType(int piType)
Just another dummy constructor.

Method Detail

getMARFSourceCodeRevision

public static java.lang.String getMARFSourceCodeRevision()
Retrieves class' revision.

Returns:
revision string