public class TerminationContent extends Content
identifier, is_definition, line, lineNumber, parameters| Constructor and Description |
|---|
TerminationContent()
Default constructor.
|
TerminationContent(java.lang.String line)
Constructor that extracts the contents from a String line
|
| Modifier and Type | Method and Description |
|---|---|
void |
decorate(java.util.HashMap<java.lang.String,ParameterContent> pcs)
Takes a ParameterContent object to decorate the current Content object.
|
public TerminationContent()
public TerminationContent(java.lang.String line)
throws java.lang.Exception
line - String with the contents in VGDL format, to be mapped to the
data structures of this class.java.lang.Exceptionpublic void decorate(java.util.HashMap<java.lang.String,ParameterContent> pcs)
Content