Interface Variable
- All Superinterfaces:
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, 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 org.emftext.language.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 org.emftext.language.java.commons.NamedElement
getName, setNameMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface org.emftext.language.java.generics.TypeArgumentable
getTypeArgumentsMethods inherited from interface org.emftext.language.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"
-