|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcode.symbols.Symbol
public abstract class Symbol
Abstracts a Symbol in the term rewrite system.
| Field Summary | |
|---|---|
static int |
DefaultVisibility
Constant for DefaultVisibility Visibility of a symbol. |
java.lang.String |
moduleName
The name of the module file that contains this symbol. |
static int |
Private
Constant for Private Visibility of a symbol. |
static int |
Public
Constant for Public Visibility of a symbol. |
java.lang.String |
symbolName
Symbols's Name |
int |
visibility
Specifies the Visibility of this symbol. |
| Constructor Summary | |
|---|---|
Symbol(java.lang.String moduleName,
java.lang.String symbolName,
int visibility)
Constructor for the Symbol object |
|
| Method Summary | |
|---|---|
abstract java.lang.Object |
accept(SymbolVisitor v,
java.lang.Object o)
Description of the Method |
boolean |
equals(java.lang.Object anObject)
This method compares whether a given object is equal to this Symbol object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int Public
public static final int Private
public static final int DefaultVisibility
public final java.lang.String symbolName
public final java.lang.String moduleName
public final int visibility
| Constructor Detail |
|---|
public Symbol(java.lang.String moduleName,
java.lang.String symbolName,
int visibility)
moduleName - Symbol's ModuleName.symbolName - Symbol's Namevisibility - Symbol's Visibility| Method Detail |
|---|
public abstract java.lang.Object accept(SymbolVisitor v,
java.lang.Object o)
v - Description of the Parametero - Description of the Parameter
public boolean equals(java.lang.Object anObject)
equals in class java.lang.ObjectanObject - The object to compare this Symbol against.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||