public interface PackageBlock extends StructureNode
The following features are supported:
PLIPackage.getPackageBlock()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<StructureNode> |
getContents()
Returns the value of the 'Contents' containment reference list.
|
NodeReference |
getEndStatement()
Returns the value of the 'End Statement' containment reference.
|
NodeReference |
getPackageStatement()
Returns the value of the 'Package Statement' containment reference.
|
void |
setEndStatement(NodeReference value)
Sets the value of the '
End Statement' containment reference. |
void |
setPackageStatement(NodeReference value)
Sets the value of the '
Package Statement' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
NodeReference getPackageStatement()
setPackageStatement(NodeReference),
PLIPackage.getPackageBlock_PackageStatement()void setPackageStatement(NodeReference value)
Package Statement' containment reference.
value - the new value of the 'Package Statement' containment reference.getPackageStatement()java.util.List<StructureNode> getContents()
StructureNode.
PLIPackage.getPackageBlock_Contents()NodeReference getEndStatement()
setEndStatement(NodeReference),
PLIPackage.getPackageBlock_EndStatement()void setEndStatement(NodeReference value)
End Statement' containment reference.
value - the new value of the 'End Statement' containment reference.getEndStatement()