Package org.eclipse.emf.ocl.utilities

Abstract API for OCL AST utilities.

See:
          Description

Interface Summary
ASTNode A representation of the model object 'AST Node'
CallingASTNode A representation of the model object 'Calling AST Node'
PredefinedType A representation of the model object 'Predefined Type'
TypedASTNode A representation of the model object 'Typed AST Node'
UtilitiesFactory The Factory for the model.
UtilitiesPackage The Package for the model.
UtilitiesPackage.Literals Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
Visitable A representation of the model object 'Visitable'
 

Package org.eclipse.emf.ocl.utilities Description

Abstract API for OCL AST utilities.

Package Specification

This package defines a number of utility interfaces that are mixed in to the AST model defined in the org.eclipse.emf.ocl.expressions package. These utilities provide services such as visitor accept protocol and tracking from where in the source text an AST node was parsed. These concerns are orthogonal to the definition of the abstract syntax model.

See Also:
org.eclipse.emf.ocl.expressions

Copyright 2002, 2006 IBM Corporation and others.
All Rights Reserved.