public interface PackageDeclarationCS extends CSTNode
The following features are supported:
CSTPackage.getPackageDeclarationCS()| Modifier and Type | Method and Description |
|---|---|
<any> |
getContextDecls()
Returns the value of the 'Context Decls' containment reference list.
|
PackageDeclarationCS |
getPackageDeclarationCS()
Returns the value of the 'Package Declaration CS' reference.
|
PathNameCS |
getPathNameCS()
Returns the value of the 'Path Name CS' containment reference.
|
void |
setPackageDeclarationCS(PackageDeclarationCS value)
Sets the value of the '
Package Declaration CS' reference. |
void |
setPathNameCS(PathNameCS value)
Sets the value of the '
Path Name CS' containment reference. |
getAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartTokenPathNameCS getPathNameCS()
If the meaning of the 'Path Name CS' containment reference isn't clear, there really should be more of a description here...
setPathNameCS(PathNameCS),
CSTPackage.getPackageDeclarationCS_PathNameCS()void setPathNameCS(PathNameCS value)
Path Name CS' containment reference.
value - the new value of the 'Path Name CS' containment reference.getPathNameCS()<any> getContextDecls()
ContextDeclCS.
If the meaning of the 'Context Decls' containment reference list isn't clear, there really should be more of a description here...
CSTPackage.getPackageDeclarationCS_ContextDecls()PackageDeclarationCS getPackageDeclarationCS()
If the meaning of the 'Package Declaration CS' reference isn't clear, there really should be more of a description here...
setPackageDeclarationCS(PackageDeclarationCS),
CSTPackage.getPackageDeclarationCS_PackageDeclarationCS()void setPackageDeclarationCS(PackageDeclarationCS value)
Package Declaration CS' reference.
value - the new value of the 'Package Declaration CS' reference.getPackageDeclarationCS()Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.