| Package | Description |
|---|---|
| org.eclipse.ocl.cst | |
| org.eclipse.ocl.cst.impl | |
| org.eclipse.ocl.cst.util | |
| org.eclipse.ocl.parser |
| Modifier and Type | Method and Description |
|---|---|
PackageDeclarationCS |
CSTFactory.createPackageDeclarationCS()
Returns a new object of class 'Package Declaration CS'.
|
PackageDeclarationCS |
PackageDeclarationCS.getPackageDeclarationCS()
Returns the value of the 'Package Declaration CS' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PackageDeclarationCS.setPackageDeclarationCS(PackageDeclarationCS value)
Sets the value of the '
Package Declaration CS' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
PackageDeclarationCSImpl
An implementation of the model object 'Package Declaration CS'.
|
| Modifier and Type | Field and Description |
|---|---|
protected PackageDeclarationCS |
PackageDeclarationCSImpl.packageDeclarationCS
The cached value of the '
Package Declaration CS' reference. |
| Modifier and Type | Method and Description |
|---|---|
PackageDeclarationCS |
PackageDeclarationCSImpl.basicGetPackageDeclarationCS() |
PackageDeclarationCS |
CSTFactoryImpl.createPackageDeclarationCS() |
PackageDeclarationCS |
PackageDeclarationCSImpl.getPackageDeclarationCS() |
| Modifier and Type | Method and Description |
|---|---|
void |
PackageDeclarationCSImpl.setPackageDeclarationCS(PackageDeclarationCS newPackageDeclarationCS) |
| Modifier and Type | Method and Description |
|---|---|
T |
CSTSwitch.casePackageDeclarationCS(PackageDeclarationCS object)
Returns the result of interpreting the object as an instance of 'Package Declaration CS'.
|
| Modifier and Type | Method and Description |
|---|---|
protected PackageDeclarationCS |
AbstractOCLParser.createPackageDeclarationCS(PathNameCS pathNameCS,
<any> contextDecls) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
AbstractOCLAnalyzer.createDummyPackage(Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env,
PackageDeclarationCS packageDeclarationCS)
Return the package used to terminate the AST reference from an implicit
PackageDeclarationCS.
|
protected OCLDocumentCS |
AbstractOCLParser.createOCLDocumentCS(PackageDeclarationCS packageDecl)
Creates an OCL document CS from a chain of package context declarations.
|
protected void |
AbstractOCLAnalyzer.packageDeclarationCS(PackageDeclarationCS packageDeclarationCS,
Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env,
List<CT> constraints)
Analyzes a package declaration in the context of the environment created
for an
OCLDocumentCS. |
protected void |
AbstractOCLAnalyzer.packageDeclarationCS(PackageDeclarationCS packageDeclarationCS,
List<CT> constraints)
Parses a top-level package declaration that is not nested in an
OCLDocumentCS. |
Copyright © 2015 Open eHealth Foundation. All rights reserved.