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, getArrayDimensionsBeforeMethods 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, getStringClassMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface tools.mdsd.jamopp.model.java.commons.NamedElement
getName, setNameMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface tools.mdsd.jamopp.model.java.generics.TypeArgumentable
getTypeArgumentsMethods 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"
-