|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
UtilitiesPackage
interface,
instead.
@Deprecated public interface UtilitiesPackage
The Package for the model. It contains accessors for the meta objects to represent
UtilitiesFactory
Nested Class Summary | |
---|---|
static interface |
UtilitiesPackage.Literals
Deprecated. Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage |
---|
EPackage.Descriptor, EPackage.Registry |
Field Summary | |
---|---|
static int |
AST_NODE
Deprecated. The meta object id for the ' AST Node ' class |
static int |
AST_NODE__END_POSITION
Deprecated. The feature id for the 'End Position' attribute |
static int |
AST_NODE__START_POSITION
Deprecated. The feature id for the 'Start Position' attribute |
static int |
AST_NODE_FEATURE_COUNT
Deprecated. The number of structural features of the 'AST Node' class |
static int |
CALLING_AST_NODE
Deprecated. The meta object id for the ' Calling AST Node ' class |
static int |
CALLING_AST_NODE__END_POSITION
Deprecated. The feature id for the 'End Position' attribute |
static int |
CALLING_AST_NODE__PROPERTY_END_POSITION
Deprecated. The feature id for the 'Property End Position' attribute |
static int |
CALLING_AST_NODE__PROPERTY_START_POSITION
Deprecated. The feature id for the 'Property Start Position' attribute |
static int |
CALLING_AST_NODE__START_POSITION
Deprecated. The feature id for the 'Start Position' attribute |
static int |
CALLING_AST_NODE_FEATURE_COUNT
Deprecated. The number of structural features of the 'Calling AST Node' class |
static String |
copyright
Deprecated. |
static UtilitiesPackage |
eINSTANCE
Deprecated. The singleton instance of the package |
static String |
eNAME
Deprecated. The package name |
static String |
eNS_PREFIX
Deprecated. The package namespace name |
static String |
eNS_URI
Deprecated. The package namespace URI |
static int |
PREDEFINED_TYPE
Deprecated. The meta object id for the ' Predefined Type ' class |
static int |
PREDEFINED_TYPE_FEATURE_COUNT
Deprecated. The number of structural features of the 'Predefined Type' class |
static int |
SEMANTIC_EXCEPTION
Deprecated. The meta object id for the 'Semantic Exception' data type |
static int |
TYPED_AST_NODE
Deprecated. The meta object id for the ' Typed AST Node ' class |
static int |
TYPED_AST_NODE__END_POSITION
Deprecated. The feature id for the 'End Position' attribute |
static int |
TYPED_AST_NODE__START_POSITION
Deprecated. The feature id for the 'Start Position' attribute |
static int |
TYPED_AST_NODE__TYPE_END_POSITION
Deprecated. The feature id for the 'Type End Position' attribute |
static int |
TYPED_AST_NODE__TYPE_START_POSITION
Deprecated. The feature id for the 'Type Start Position' attribute |
static int |
TYPED_AST_NODE_FEATURE_COUNT
Deprecated. The number of structural features of the 'Typed AST Node' class |
static int |
VISITABLE
Deprecated. The meta object id for the ' Visitable ' class |
static int |
VISITABLE_FEATURE_COUNT
Deprecated. The number of structural features of the 'Visitable' class |
Method Summary | |
---|---|
EAttribute |
getASTNode_EndPosition()
Deprecated. Returns the meta object for the attribute ' End Position ' |
EAttribute |
getASTNode_StartPosition()
Deprecated. Returns the meta object for the attribute ' Start Position ' |
EClass |
getASTNode()
Deprecated. Returns the meta object for class ' AST Node ' |
EAttribute |
getCallingASTNode_PropertyEndPosition()
Deprecated. Returns the meta object for the attribute ' Property End Position ' |
EAttribute |
getCallingASTNode_PropertyStartPosition()
Deprecated. Returns the meta object for the attribute ' Property Start Position ' |
EClass |
getCallingASTNode()
Deprecated. Returns the meta object for class ' Calling AST Node ' |
EClass |
getPredefinedType()
Deprecated. Returns the meta object for class ' Predefined Type ' |
EDataType |
getSemanticException()
Deprecated. Returns the meta object for data type ' Semantic Exception ' |
EAttribute |
getTypedASTNode_TypeEndPosition()
Deprecated. Returns the meta object for the attribute ' Type End Position ' |
EAttribute |
getTypedASTNode_TypeStartPosition()
Deprecated. Returns the meta object for the attribute ' Type Start Position ' |
EClass |
getTypedASTNode()
Deprecated. Returns the meta object for class ' Typed AST Node ' |
UtilitiesFactory |
getUtilitiesFactory()
Deprecated. Returns the factory that creates the instances of the model |
EClass |
getVisitable()
Deprecated. Returns the meta object for class ' Visitable ' |
Methods inherited from interface org.eclipse.emf.ecore.EPackage |
---|
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final String copyright
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final UtilitiesPackage eINSTANCE
static final int VISITABLE
Visitable
' class.
VisitableImpl
,
UtilitiesPackageImpl.getVisitable()
,
Constant Field Valuesstatic final int AST_NODE
AST Node
' class.
ASTNode
,
UtilitiesPackageImpl.getASTNode()
,
Constant Field Valuesstatic final int AST_NODE__START_POSITION
static final int AST_NODE__END_POSITION
static final int AST_NODE_FEATURE_COUNT
static final int TYPED_AST_NODE
Typed AST Node
' class.
TypedASTNode
,
UtilitiesPackageImpl.getTypedASTNode()
,
Constant Field Valuesstatic final int CALLING_AST_NODE
Calling AST Node
' class.
CallingASTNode
,
UtilitiesPackageImpl.getCallingASTNode()
,
Constant Field Valuesstatic final int CALLING_AST_NODE__START_POSITION
static final int CALLING_AST_NODE__END_POSITION
static final int CALLING_AST_NODE__PROPERTY_START_POSITION
static final int CALLING_AST_NODE__PROPERTY_END_POSITION
static final int CALLING_AST_NODE_FEATURE_COUNT
static final int PREDEFINED_TYPE
Predefined Type
' class.
PredefinedType
,
UtilitiesPackageImpl.getPredefinedType()
,
Constant Field Valuesstatic final int PREDEFINED_TYPE_FEATURE_COUNT
static final int TYPED_AST_NODE__START_POSITION
static final int TYPED_AST_NODE__END_POSITION
static final int TYPED_AST_NODE__TYPE_START_POSITION
static final int TYPED_AST_NODE__TYPE_END_POSITION
static final int TYPED_AST_NODE_FEATURE_COUNT
static final int VISITABLE_FEATURE_COUNT
static final int SEMANTIC_EXCEPTION
SemanticException
,
UtilitiesPackageImpl.getSemanticException()
,
Constant Field ValuesMethod Detail |
---|
EClass getVisitable()
Visitable
'.
Visitable
EClass getASTNode()
AST Node
'.
ASTNode
EAttribute getASTNode_StartPosition()
Start Position
'.
ASTNode.getStartPosition()
,
getASTNode()
EAttribute getASTNode_EndPosition()
End Position
'.
ASTNode.getEndPosition()
,
getASTNode()
EClass getTypedASTNode()
Typed AST Node
'.
TypedASTNode
EAttribute getTypedASTNode_TypeStartPosition()
Type Start Position
'.
TypedASTNode.getTypeStartPosition()
,
getTypedASTNode()
EAttribute getTypedASTNode_TypeEndPosition()
Type End Position
'.
TypedASTNode.getTypeEndPosition()
,
getTypedASTNode()
EClass getCallingASTNode()
Calling AST Node
'.
CallingASTNode
EAttribute getCallingASTNode_PropertyStartPosition()
Property Start Position
'.
CallingASTNode.getPropertyStartPosition()
,
getCallingASTNode()
EAttribute getCallingASTNode_PropertyEndPosition()
Property End Position
'.
CallingASTNode.getPropertyEndPosition()
,
getCallingASTNode()
EClass getPredefinedType()
Predefined Type
'.
PredefinedType
EDataType getSemanticException()
Semantic Exception
'.
SemanticException
UtilitiesFactory getUtilitiesFactory()
|
Copyright 2002, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |