|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Coopn syntactic symbol. This interface defines simple symbols of the various abstract syntaxes used by CoopnTools.
Method Summary | |
java.lang.String |
comment()
Comment retrieving method. |
java.lang.String |
identifier()
Get the identifier. |
java.lang.String |
kind()
Kind retrieving method. |
java.lang.String |
symbolModule()
Get the module. |
int |
symbolModuleKind()
Get the module kind (in the sense of the package manager) of the module defining the symbol, for instance COOPNSOURCE, COALASOURCE, PACKAGE, and so on). |
java.lang.String |
symbolName()
Get the name. |
Methods inherited from interface ConForM.CoopnTools.CoKer.CoopnSyntacticElement |
clone, equals, hashCode, toCompleteString, toCompleteString, toCompleteString, toString, toString, toString |
Method Detail |
public java.lang.String symbolName()
public java.lang.String identifier()
public java.lang.String symbolModule()
public int symbolModuleKind()
public java.lang.String kind()
public java.lang.String comment()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |