Uses of Interface
de.uni_hildesheim.sse.vil.expressions.expressionDsl.Declarator
Packages that use Declarator
Package
Description
-
Uses of Declarator in de.uni_hildesheim.sse.vil.expressions.expressionDsl
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl that return DeclaratorModifier and TypeMethodDescriptionExpressionDslFactory.createDeclarator()Returns a new object of class 'Declarator'.Call.getDecl()Returns the value of the 'Decl' containment reference.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl with parameters of type DeclaratorModifier and TypeMethodDescriptionvoidCall.setDecl(Declarator value) Sets the value of the 'Decl' containment reference. -
Uses of Declarator in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl
Classes in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that implement DeclaratorModifier and TypeClassDescriptionclassAn implementation of the model object 'Declarator'.Fields in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl declared as DeclaratorModifier and TypeFieldDescriptionprotected DeclaratorCallImpl.declThe cached value of the 'Decl' containment reference.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that return DeclaratorMethods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl with parameters of type DeclaratorModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainCallImpl.basicSetDecl(Declarator newDecl, org.eclipse.emf.common.notify.NotificationChain msgs) voidCallImpl.setDecl(Declarator newDecl) -
Uses of Declarator in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util with parameters of type DeclaratorModifier and TypeMethodDescriptionExpressionDslSwitch.caseDeclarator(Declarator object) Returns the result of interpreting the object as an instance of 'Declarator'. -
Uses of Declarator in de.uni_hildesheim.sse.vil.expressions.serializer
Methods in de.uni_hildesheim.sse.vil.expressions.serializer with parameters of type DeclaratorModifier and TypeMethodDescriptionprotected voidExpressionDslSemanticSequencer.sequence_Declarator(org.eclipse.xtext.serializer.ISerializationContext context, Declarator semanticObject) Contexts: Declarator returns Declarator Constraint: (decl+=Declaration decl+=Declaration*)