public class PackageDeclarationCSImpl extends CSTNodeImpl implements PackageDeclarationCS
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
PackageDeclarationCS |
basicGetPackageDeclarationCS() |
NotificationChain |
basicSetPathNameCS(PathNameCS newPathNameCS,
NotificationChain msgs) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
<any> |
getContextDecls() |
PackageDeclarationCS |
getPackageDeclarationCS() |
PathNameCS |
getPathNameCS() |
void |
setPackageDeclarationCS(PackageDeclarationCS newPackageDeclarationCS) |
void |
setPathNameCS(PathNameCS newPathNameCS) |
getAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartToken, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartTokenpublic PathNameCS getPathNameCS()
getPathNameCS in interface PackageDeclarationCSPackageDeclarationCS.setPathNameCS(PathNameCS),
CSTPackage.getPackageDeclarationCS_PathNameCS()public NotificationChain basicSetPathNameCS(PathNameCS newPathNameCS, NotificationChain msgs)
public void setPathNameCS(PathNameCS newPathNameCS)
setPathNameCS in interface PackageDeclarationCSnewPathNameCS - the new value of the 'Path Name CS' containment reference.PackageDeclarationCS.getPathNameCS()public <any> getContextDecls()
getContextDecls in interface PackageDeclarationCSCSTPackage.getPackageDeclarationCS_ContextDecls()public PackageDeclarationCS getPackageDeclarationCS()
getPackageDeclarationCS in interface PackageDeclarationCSPackageDeclarationCS.setPackageDeclarationCS(PackageDeclarationCS),
CSTPackage.getPackageDeclarationCS_PackageDeclarationCS()public PackageDeclarationCS basicGetPackageDeclarationCS()
public void setPackageDeclarationCS(PackageDeclarationCS newPackageDeclarationCS)
setPackageDeclarationCS in interface PackageDeclarationCSnewPackageDeclarationCS - the new value of the 'Package Declaration CS' reference.PackageDeclarationCS.getPackageDeclarationCS()public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class CSTNodeImplpublic void eSet(int featureID,
Object newValue)
eSet in class CSTNodeImplpublic void eUnset(int featureID)
eUnset in class CSTNodeImplpublic boolean eIsSet(int featureID)
eIsSet in class CSTNodeImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.