Interface Variable
- All Superinterfaces:
ArrayTypeable
,Commentable
,EObject
,NamedElement
,Notifier
,ReferenceableElement
,TypeArgumentable
,TypedElement
- All Known Subinterfaces:
CatchParameter
,Field
,LocalVariable
,OrdinaryParameter
,Parameter
,ReceiverParameter
,VariableLengthParameter
- All Known Implementing Classes:
CatchParameterImpl
,FieldImpl
,LocalVariableImpl
,OrdinaryParameterImpl
,ParameterImpl
,ReceiverParameterImpl
,VariableImpl
,VariableLengthParameterImpl
public interface Variable
extends NamedElement, TypedElement, ArrayTypeable, ReferenceableElement, TypeArgumentable
A representation of the model object 'Variable'.
- See Also:
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
Method Summary
Modifier and TypeMethodDescriptioncreateMethodCall
(String methodName, EList<Expression> arguments) createMethodCallStatement
(String methodName, EList<Expression> arguments) Methods inherited from interface tools.mdsd.jamopp.model.java.arrays.ArrayTypeable
getArrayDimension, getArrayDimensionsAfter, getArrayDimensionsBefore
Methods inherited from interface tools.mdsd.jamopp.model.java.commons.Commentable
addAfterContainingStatement, addBeforeContainingStatement, getAnnotationInterface, getChildrenByEType, getChildrenByType, getClassClass, getConcreteClassifier, getConcreteClassifiers, getContainingAnnotationInstance, getContainingAnonymousClass, getContainingCompilationUnit, getContainingConcreteClassifier, getContainingContainerName, getContainingPackageName, getFirstChildByEType, getFirstChildByType, getLayoutInformations, getLibClass, getLibInterface, getObjectClass, getParentByEType, getParentByType, getParentConcreteClassifier, getStringClass
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface tools.mdsd.jamopp.model.java.commons.NamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface tools.mdsd.jamopp.model.java.generics.TypeArgumentable
getTypeArguments
Methods inherited from interface tools.mdsd.jamopp.model.java.types.TypedElement
getTypeReference, setTypeReference
-
Method Details
-
createMethodCallStatement
- Generated class or method.
- EMF model class or method.
- methodNameRequired="true" argumentsMany="true"
-
createMethodCall
- Generated class or method.
- EMF model class or method.
- methodNameRequired="true" argumentsMany="true"
-