maj.semant
Interface MajMember

All Known Implementing Classes:
MajCompoundType, MajMethod, MajVariable

public interface MajMember


Field Summary
static int CLASS
           
static int COMPOUND_STATEMENT
           
static int INTERFACE
           
static int METHOD
           
static int VARIABLE
           
 
Method Summary
 int getMemberType()
           
 java.lang.String getName()
           
 java.lang.String toString()
           
 

Field Detail

METHOD

public static final int METHOD
See Also:
Constant Field Values

VARIABLE

public static final int VARIABLE
See Also:
Constant Field Values

CLASS

public static final int CLASS
See Also:
Constant Field Values

INTERFACE

public static final int INTERFACE
See Also:
Constant Field Values

COMPOUND_STATEMENT

public static final int COMPOUND_STATEMENT
See Also:
Constant Field Values
Method Detail

getName

public java.lang.String getName()

getMemberType

public int getMemberType()

toString

public java.lang.String toString()