|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectETypedElementImpl
org.eclipse.ocl.ecore.impl.VariableImpl
public class VariableImpl
An implementation of the model object 'Variable'.
The following features are implemented:
Start Position
End Position
Type Start Position
Type End Position
Init Expression
Represented Parameter
Field Summary | |
---|---|
protected static int |
END_POSITION_EDEFAULT
The default value of the ' End Position ' attribute |
protected int |
endPosition
The cached value of the ' End Position ' attribute |
protected OCLExpression<EClassifier> |
initExpression
The cached value of the ' Init Expression ' containment reference |
protected EParameter |
representedParameter
The cached value of the ' Represented Parameter ' reference |
protected static int |
START_POSITION_EDEFAULT
The default value of the ' Start Position ' attribute |
protected int |
startPosition
The cached value of the ' Start Position ' attribute |
protected static int |
TYPE_END_POSITION_EDEFAULT
The default value of the ' Type End Position ' attribute |
protected static int |
TYPE_START_POSITION_EDEFAULT
The default value of the ' Type Start Position ' attribute |
protected int |
typeEndPosition
The cached value of the ' Type End Position ' attribute |
protected int |
typeStartPosition
The cached value of the ' Type Start Position ' attribute |
Constructor Summary | |
---|---|
protected |
VariableImpl()
|
Method Summary | ||
---|---|---|
|
accept(U v)
|
|
EParameter |
basicGetRepresentedParameter()
|
|
NotificationChain |
basicSetInitExpression(OCLExpression<EClassifier> newInitExpression,
NotificationChain msgs)
|
|
boolean |
checkInitType(DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
|
int |
eBaseStructuralFeatureID(int derivedFeatureID,
java.lang.Class<?> baseClass)
|
|
int |
eDerivedStructuralFeatureID(int baseFeatureID,
java.lang.Class<?> baseClass)
|
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
|
boolean |
eIsSet(int featureID)
|
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
|
protected EClass |
eStaticClass()
|
|
void |
eUnset(int featureID)
|
|
int |
getEndPosition()
|
|
OCLExpression<EClassifier> |
getInitExpression()
|
|
EParameter |
getRepresentedParameter()
|
|
int |
getStartPosition()
|
|
EClassifier |
getType()
|
|
int |
getTypeEndPosition()
|
|
int |
getTypeStartPosition()
|
|
void |
setEndPosition(int newEndPosition)
|
|
void |
setInitExpression(OCLExpression<EClassifier> newInitExpression)
|
|
void |
setRepresentedParameter(EParameter newRepresentedParameter)
|
|
void |
setStartPosition(int newStartPosition)
|
|
void |
setType(EClassifier type)
|
|
void |
setTypeEndPosition(int newTypeEndPosition)
|
|
void |
setTypeStartPosition(int newTypeStartPosition)
|
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.ocl.expressions.Variable |
---|
checkInitType, setInitExpression |
Methods inherited from interface org.eclipse.ocl.utilities.TypedElement |
---|
getName, setName |
Field Detail |
---|
protected static final int START_POSITION_EDEFAULT
Start Position
' attribute.
getStartPosition()
,
Constant Field Valuesprotected int startPosition
Start Position
' attribute.
getStartPosition()
protected static final int END_POSITION_EDEFAULT
End Position
' attribute.
getEndPosition()
,
Constant Field Valuesprotected int endPosition
End Position
' attribute.
getEndPosition()
protected static final int TYPE_START_POSITION_EDEFAULT
Type Start Position
' attribute.
getTypeStartPosition()
,
Constant Field Valuesprotected int typeStartPosition
Type Start Position
' attribute.
getTypeStartPosition()
protected static final int TYPE_END_POSITION_EDEFAULT
Type End Position
' attribute.
getTypeEndPosition()
,
Constant Field Valuesprotected int typeEndPosition
Type End Position
' attribute.
getTypeEndPosition()
protected OCLExpression<EClassifier> initExpression
Init Expression
' containment reference.
getInitExpression()
protected EParameter representedParameter
Represented Parameter
' reference.
getRepresentedParameter()
Constructor Detail |
---|
protected VariableImpl()
Method Detail |
---|
protected EClass eStaticClass()
public int getStartPosition()
getStartPosition
in interface ASTNode
ASTNode.setStartPosition(int)
,
UtilitiesPackage.getASTNode_StartPosition()
public void setStartPosition(int newStartPosition)
setStartPosition
in interface ASTNode
newStartPosition
- the new value of the 'Start Position' attribute.ASTNode.getStartPosition()
public int getEndPosition()
getEndPosition
in interface ASTNode
ASTNode.setEndPosition(int)
,
UtilitiesPackage.getASTNode_EndPosition()
public void setEndPosition(int newEndPosition)
setEndPosition
in interface ASTNode
newEndPosition
- the new value of the 'End Position' attribute.ASTNode.getEndPosition()
public int getTypeStartPosition()
getTypeStartPosition
in interface TypedASTNode
TypedASTNode.setTypeStartPosition(int)
,
UtilitiesPackage.getTypedASTNode_TypeStartPosition()
public void setTypeStartPosition(int newTypeStartPosition)
setTypeStartPosition
in interface TypedASTNode
newTypeStartPosition
- the new value of the 'Type Start Position' attribute.TypedASTNode.getTypeStartPosition()
public int getTypeEndPosition()
getTypeEndPosition
in interface TypedASTNode
TypedASTNode.setTypeEndPosition(int)
,
UtilitiesPackage.getTypedASTNode_TypeEndPosition()
public void setTypeEndPosition(int newTypeEndPosition)
setTypeEndPosition
in interface TypedASTNode
newTypeEndPosition
- the new value of the 'Type End Position' attribute.TypedASTNode.getTypeEndPosition()
public OCLExpression<EClassifier> getInitExpression()
getInitExpression
in interface Variable<EClassifier,EParameter>
Variable.setInitExpression(OCLExpression)
,
ExpressionsPackage.getVariable_InitExpression()
public NotificationChain basicSetInitExpression(OCLExpression<EClassifier> newInitExpression, NotificationChain msgs)
public void setInitExpression(OCLExpression<EClassifier> newInitExpression)
public EParameter getRepresentedParameter()
getRepresentedParameter
in interface Variable<EClassifier,EParameter>
Variable.setRepresentedParameter(Object)
,
ExpressionsPackage.getVariable_RepresentedParameter()
public EParameter basicGetRepresentedParameter()
public void setRepresentedParameter(EParameter newRepresentedParameter)
setRepresentedParameter
in interface Variable<EClassifier,EParameter>
newRepresentedParameter
- the new value of the 'Represented Parameter' reference.Variable.getRepresentedParameter()
public boolean checkInitType(DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
public EClassifier getType()
getType
in interface TypedElement<EClassifier>
public void setType(EClassifier type)
setType
in interface TypedElement<EClassifier>
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public int eBaseStructuralFeatureID(int derivedFeatureID, java.lang.Class<?> baseClass)
public int eDerivedStructuralFeatureID(int baseFeatureID, java.lang.Class<?> baseClass)
public java.lang.String toString()
public <T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(U v)
Visitable
accept
in interface Visitable
|
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 |