|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ConForM.CoopnTools.CoKer.CoalaMgr.CoalaElement | +--ConForM.CoopnTools.CoKer.CoalaMgr.CoalaSection | +--ConForM.CoopnTools.CoKer.CoalaMgr.CoalaHeader
Coala header.
CoalaSection
, Serialized FormConstructor Summary | |
CoalaHeader(CoalaModuleName name)
Simple constructor. |
Method Summary | |
java.lang.String |
basedUpon()
Get the module upon which this section is based. |
int |
basedUponKind()
Get the module kind (in the sense of the package manager) of the module upon which this section is based, for instance COOPNSOURCE, COALASOURCE, PACKAGE, and so on). |
java.lang.Object |
clone()
Cloning method. |
boolean |
equals(java.lang.Object obj)
Equality method. |
CoopnSyntacticField[] |
fields()
Get the fields of this section. |
boolean |
hasBasedUpon()
Test if this section is based upon another module. |
int |
hashCode()
Hashcode method. |
java.lang.String |
kind()
Kind retrieving method. |
CoalaModuleName |
name()
|
ConForM.CoopnTools.CoKer.CoalaMgr.CoalaTextMgr.CoalaTextElement |
toCompleteText(CoopnSymbolTable table)
Complete textual elements conversion method. |
ConForM.CoopnTools.CoKer.CoalaMgr.CoalaTextMgr.CoalaTextElement |
toText()
Textual elements conversion method. |
Methods inherited from class ConForM.CoopnTools.CoKer.CoalaMgr.CoalaElement |
cloneCoalaElement, toCompleteString, toCompleteString, toCompleteString, toCompleteString, toCompleteString, toCompleteString, toCompleteText, toString, toString, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface ConForM.CoopnTools.CoKer.CoopnSyntacticElement |
toCompleteString, toCompleteString, toCompleteString, toString, toString, toString |
Constructor Detail |
public CoalaHeader(CoalaModuleName name)
Method Detail |
public boolean hasBasedUpon()
CoopnSyntacticHeaderSection
hasBasedUpon
in interface CoopnSyntacticHeaderSection
ConForM.CoopnTools.CoKer.CoopnSyntacticHeaderSection
public java.lang.String basedUpon()
CoopnSyntacticHeaderSection
basedUpon
in interface CoopnSyntacticHeaderSection
ConForM.CoopnTools.CoKer.CoopnSyntacticHeaderSection
public int basedUponKind()
basedUponKind
in interface CoopnSyntacticHeaderSection
public java.lang.String kind()
CoopnSyntacticSection
kind
in interface CoopnSyntacticSection
kind
in class CoalaSection
ConForM.CoopnTools.CoKer.CoopnSyntacticSection
public CoopnSyntacticField[] fields()
CoopnSyntacticSection
fields
in interface CoopnSyntacticSection
fields
in class CoalaSection
ConForM.CoopnTools.CoKer.CoopnSyntacticSection
public CoalaModuleName name()
public boolean equals(java.lang.Object obj)
CoopnSyntacticElement
equals
in interface CoopnSyntacticElement
equals
in class CoalaElement
ConForM.CoopnTools.CoKer.CoopnSyntacticElement
obj
- the object to comparepublic int hashCode()
CoopnSyntacticElement
hashCode
in interface CoopnSyntacticElement
hashCode
in class CoalaElement
ConForM.CoopnTools.CoKer.CoopnSyntacticElement
public ConForM.CoopnTools.CoKer.CoalaMgr.CoalaTextMgr.CoalaTextElement toText()
CoalaElement
toText
in class CoalaElement
ConForM.CoopnTools.CoKer.CoalaMgr.CoalaElement
public ConForM.CoopnTools.CoKer.CoalaMgr.CoalaTextMgr.CoalaTextElement toCompleteText(CoopnSymbolTable table)
CoalaElement
toCompleteText
in class CoalaElement
ConForM.CoopnTools.CoKer.CoalaMgr.CoalaElement
table
- the symbol table used to generate symbol referencespublic java.lang.Object clone()
CoopnSyntacticElement
clone
in interface CoopnSyntacticElement
clone
in class CoalaElement
ConForM.CoopnTools.CoKer.CoopnSyntacticElement
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |