public class LContinue extends LActivity
END_COLUMN, END_LINE, END_POSITION, RESOURCE_URL, START_COLUMN, START_LINE, START_POSITION| Constructor and Description |
|---|
LContinue()
This is the default constructor.
|
LContinue(LContinue copy)
This is the copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLabel()
This method returns the label associated with the recursion construct.
|
int |
hashCode() |
void |
setLabel(String label)
This method sets the label associated with the recursion construct.
|
String |
toString() |
void |
toText(StringBuffer buf,
int level)
This method generates a text representation of the protocol component.
|
void |
visit(LVisitor visitor)
This method visits the model object using the supplied
visitor.
|
derivedFrom, getModule, getParent, getParent, getProperties, indent, setParentpublic LContinue()
public LContinue(LContinue copy)
copy - The recursion to copypublic String getLabel()
public void setLabel(String label)
label - The labelpublic void visit(LVisitor visitor)
public void toText(StringBuffer buf, int level)
toText in class ModelObjectbuf - The text bufferlevel - The indentation level, if relevantCopyright © 2014. All Rights Reserved.