|
|||||||||
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.CoalaInstruction | +--ConForM.CoopnTools.CoKer.CoalaMgr.CoalaInstructionBlock
Coala if instruction.
CoalaElement
, Serialized FormConstructor Summary | |
CoalaInstructionBlock()
Simple constructor. |
|
CoalaInstructionBlock(CoopnTypeRelation rel)
Simple constructor. |
Method Summary | |
void |
add(CoalaInstruction instr)
|
java.lang.Object |
clone()
Cloning method. |
CoalaInstruction[] |
elements()
|
boolean |
empty()
Test the list for being empty. |
boolean |
equals(java.lang.Object obj)
Equality method. |
int |
hashCode()
Hashcode method. |
void |
merge(CoalaInstructionBlock block)
|
int |
size()
Get the size of the list. |
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 |
Constructor Detail |
public CoalaInstructionBlock() throws java.lang.IllegalArgumentException
public CoalaInstructionBlock(CoopnTypeRelation rel) throws java.lang.IllegalArgumentException
rel
- the type realtion object, or null.Method Detail |
public void add(CoalaInstruction instr)
public void merge(CoalaInstructionBlock block)
public CoalaInstruction[] elements()
public boolean empty()
public int size()
public boolean equals(java.lang.Object obj)
equals
in class CoalaElement
obj
- the object to comparepublic int hashCode()
CoalaElement
hashCode
in class CoalaElement
ConForM.CoopnTools.CoKer.CoalaMgr.CoalaElement
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()
CoalaElement
clone
in class CoalaElement
ConForM.CoopnTools.CoKer.CoalaMgr.CoalaElement
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |