|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcode.symbols.Symbol
code.symbols.TypeSymbol
public class TypeSymbol
Abstracts a type symbol.
| Field Summary | |
|---|---|
int |
arity
The arity of the type symbol. |
| Fields inherited from class code.symbols.Symbol |
|---|
DefaultVisibility, moduleName, Private, Public, symbolName, visibility |
| Constructor Summary | |
|---|---|
TypeSymbol(java.lang.String moduleName,
java.lang.String symbolName,
int arity,
int visibility)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
accept(SymbolVisitor v,
java.lang.Object o)
Description of the Method |
| Methods inherited from class code.symbols.Symbol |
|---|
equals |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final int arity
| Constructor Detail |
|---|
public TypeSymbol(java.lang.String moduleName,
java.lang.String symbolName,
int arity,
int visibility)
| Method Detail |
|---|
public java.lang.Object accept(SymbolVisitor v,
java.lang.Object o)
Symbol
accept in class Symbolv - Description of the Parametero - Description of the Parameter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||