public class LInterruptible extends LActivity
| Modifier and Type | Class and Description |
|---|---|
static class |
LInterruptible.Catch
This class represents the catch definition.
|
static class |
LInterruptible.Throw
This class represents the throw definition.
|
END_COLUMN, END_LINE, END_POSITION, RESOURCE_URL, START_COLUMN, START_LINE, START_POSITION| Constructor and Description |
|---|
LInterruptible()
This is the default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
LBlock |
getBlock()
This method returns the activities.
|
List<LInterruptible.Catch> |
getCatches()
This method gets the catches.
|
String |
getScope()
This method returns the scope name.
|
LInterruptible.Throw |
getThrows()
This method gets the throws clause.
|
int |
hashCode() |
void |
setBlock(LBlock block)
This method sets the block.
|
void |
setCatches(List<LInterruptible.Catch> catches)
This method sets the catches.
|
void |
setScope(String scope)
This method sets the scope name.
|
void |
setThrows(LInterruptible.Throw t)
This method sets the throws clause.
|
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 String getScope()
public void setScope(String scope)
scope - The scope namepublic LBlock getBlock()
public void setBlock(LBlock block)
block - The blockpublic void setCatches(List<LInterruptible.Catch> catches)
catches - The catchespublic List<LInterruptible.Catch> getCatches()
public void setThrows(LInterruptible.Throw t)
t - The throwpublic LInterruptible.Throw getThrows()
public 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.