public class CGModelImpl extends CGNamedElementImpl implements CGModel
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(CGModelVisitor<R> visitor)
Accept a visit from a visitor and return the result of a call to the derived type-specific visitXXX in the visitor.
|
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) |
List<CGConstant> |
getGlobals() |
List<CGPackage> |
getPackages() |
getAst, getName, setAst, setName, toStringeBasicSetContainer, getChildren, getParent, getPlace, isContext, rewriteAsequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAst, getName, setAst, setNamepublic List<CGConstant> getGlobals()
getGlobals in interface CGModelCGModelPackage.getCGModel_Globals()public List<CGPackage> getPackages()
getPackages in interface CGModelCGModelPackage.getCGModel_Packages()public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class CGNamedElementImplpublic void eSet(int featureID,
Object newValue)
eSet in class CGNamedElementImplpublic void eUnset(int featureID)
eUnset in class CGNamedElementImplpublic boolean eIsSet(int featureID)
eIsSet in class CGNamedElementImplpublic <R> R accept(CGModelVisitor<R> visitor)
accept in interface CGElementaccept in class CGElementImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.