org.eclipse.emf.ocl.utilities
Interface UtilitiesPackage.Literals

Enclosing interface:
UtilitiesPackage

public static interface UtilitiesPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EClass AST_NODE
          The meta object literal for the 'AST Node' class
static org.eclipse.emf.ecore.EAttribute AST_NODE__END_POSITION
          The meta object literal for the 'End Position' attribute feature
static org.eclipse.emf.ecore.EAttribute AST_NODE__START_POSITION
          The meta object literal for the 'Start Position' attribute feature
static org.eclipse.emf.ecore.EClass CALLING_AST_NODE
          The meta object literal for the 'Calling AST Node' class
static org.eclipse.emf.ecore.EAttribute CALLING_AST_NODE__PROPERTY_END_POSITION
          The meta object literal for the 'Property End Position' attribute feature
static org.eclipse.emf.ecore.EAttribute CALLING_AST_NODE__PROPERTY_START_POSITION
          The meta object literal for the 'Property Start Position' attribute feature
static org.eclipse.emf.ecore.EClass PREDEFINED_TYPE
          The meta object literal for the 'Predefined Type' class
static org.eclipse.emf.ecore.EDataType SEMANTIC_EXCEPTION
          The meta object literal for the 'Semantic Exception' data type
static org.eclipse.emf.ecore.EClass TYPED_AST_NODE
          The meta object literal for the 'Typed AST Node' class
static org.eclipse.emf.ecore.EAttribute TYPED_AST_NODE__TYPE_END_POSITION
          The meta object literal for the 'Type End Position' attribute feature
static org.eclipse.emf.ecore.EAttribute TYPED_AST_NODE__TYPE_START_POSITION
          The meta object literal for the 'Type Start Position' attribute feature
static org.eclipse.emf.ecore.EClass VISITABLE
          The meta object literal for the 'Visitable' class
 

Field Detail

VISITABLE

public static final org.eclipse.emf.ecore.EClass VISITABLE
The meta object literal for the 'Visitable' class.

See Also:
VisitableImpl, UtilitiesPackageImpl.getVisitable()

AST_NODE

public static final org.eclipse.emf.ecore.EClass AST_NODE
The meta object literal for the 'AST Node' class.

See Also:
ASTNode, UtilitiesPackageImpl.getASTNode()

AST_NODE__START_POSITION

public static final org.eclipse.emf.ecore.EAttribute AST_NODE__START_POSITION
The meta object literal for the 'Start Position' attribute feature.


AST_NODE__END_POSITION

public static final org.eclipse.emf.ecore.EAttribute AST_NODE__END_POSITION
The meta object literal for the 'End Position' attribute feature.


TYPED_AST_NODE

public static final org.eclipse.emf.ecore.EClass TYPED_AST_NODE
The meta object literal for the 'Typed AST Node' class.

See Also:
TypedASTNode, UtilitiesPackageImpl.getTypedASTNode()

TYPED_AST_NODE__TYPE_START_POSITION

public static final org.eclipse.emf.ecore.EAttribute TYPED_AST_NODE__TYPE_START_POSITION
The meta object literal for the 'Type Start Position' attribute feature.


TYPED_AST_NODE__TYPE_END_POSITION

public static final org.eclipse.emf.ecore.EAttribute TYPED_AST_NODE__TYPE_END_POSITION
The meta object literal for the 'Type End Position' attribute feature.


CALLING_AST_NODE

public static final org.eclipse.emf.ecore.EClass CALLING_AST_NODE
The meta object literal for the 'Calling AST Node' class.

See Also:
CallingASTNode, UtilitiesPackageImpl.getCallingASTNode()

CALLING_AST_NODE__PROPERTY_START_POSITION

public static final org.eclipse.emf.ecore.EAttribute CALLING_AST_NODE__PROPERTY_START_POSITION
The meta object literal for the 'Property Start Position' attribute feature.


CALLING_AST_NODE__PROPERTY_END_POSITION

public static final org.eclipse.emf.ecore.EAttribute CALLING_AST_NODE__PROPERTY_END_POSITION
The meta object literal for the 'Property End Position' attribute feature.


PREDEFINED_TYPE

public static final org.eclipse.emf.ecore.EClass PREDEFINED_TYPE
The meta object literal for the 'Predefined Type' class.

See Also:
PredefinedType, UtilitiesPackageImpl.getPredefinedType()

SEMANTIC_EXCEPTION

public static final org.eclipse.emf.ecore.EDataType SEMANTIC_EXCEPTION
The meta object literal for the 'Semantic Exception' data type.

See Also:
SemanticException, UtilitiesPackageImpl.getSemanticException()

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