|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Coopn syntactic elements. This abstract class essentially defines basic synatctic elements of the various abstract syntaxes used by CoopnTools.
Method Summary | |
java.lang.String |
comment()
Comment retrieving method. |
CoopnCompilInfo |
compilInfo()
Return the compilation information associated to this module. |
java.lang.String |
completeKind()
Complete kind retrieving method. |
boolean |
hasParameters()
Look if this module has parameters,i.e. additional information to the complete kind. |
java.lang.String |
kind()
Kind retrieving method. |
int |
moduleKind()
Get the module kind (in the sense of the package manager) of this module, for instance COOPNSOURCE, COALASOURCE, PACKAGE, and so on). |
java.lang.String |
moduleName()
Get the name. |
java.lang.String |
parameters()
Parameters retrieving method. |
CoopnSyntacticSection[] |
sections()
Get the sections of this module. |
Methods inherited from interface ConForM.CoopnTools.CoKer.CoopnSyntacticElement |
clone, equals, hashCode, toCompleteString, toCompleteString, toCompleteString, toString, toString, toString |
Method Detail |
public java.lang.String moduleName()
public int moduleKind()
public CoopnCompilInfo compilInfo()
public java.lang.String kind()
public java.lang.String completeKind()
public boolean hasParameters()
public java.lang.String parameters()
public java.lang.String comment()
public CoopnSyntacticSection[] sections()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |