Uses of Interface
de.uni_hildesheim.sse.vil.expressions.expressionDsl.QualifiedPrefix
Packages that use QualifiedPrefix
Package
Description
Translation functionality for expressions.
-
Uses of QualifiedPrefix in de.uni_hildesheim.sse.vil.expressions.expressionDsl
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl that return QualifiedPrefixModifier and TypeMethodDescriptionExpressionDslFactory.createQualifiedPrefix()Returns a new object of class 'Qualified Prefix'.Call.getName()Returns the value of the 'Name' containment reference.Type.getName()Returns the value of the 'Name' containment reference.QualifiedName.getPrefix()Returns the value of the 'Prefix' containment reference.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl with parameters of type QualifiedPrefixModifier and TypeMethodDescriptionvoidCall.setName(QualifiedPrefix value) Sets the value of the 'Name' containment reference.voidType.setName(QualifiedPrefix value) Sets the value of the 'Name' containment reference.voidQualifiedName.setPrefix(QualifiedPrefix value) Sets the value of the 'Prefix' containment reference. -
Uses of QualifiedPrefix in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl
Classes in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that implement QualifiedPrefixModifier and TypeClassDescriptionclassAn implementation of the model object 'Qualified Prefix'.Fields in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl declared as QualifiedPrefixModifier and TypeFieldDescriptionprotected QualifiedPrefixCallImpl.nameThe cached value of the 'Name' containment reference.protected QualifiedPrefixTypeImpl.nameThe cached value of the 'Name' containment reference.protected QualifiedPrefixQualifiedNameImpl.prefixThe cached value of the 'Prefix' containment reference.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that return QualifiedPrefixModifier and TypeMethodDescriptionExpressionDslFactoryImpl.createQualifiedPrefix()CallImpl.getName()TypeImpl.getName()QualifiedNameImpl.getPrefix()Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl with parameters of type QualifiedPrefixModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainCallImpl.basicSetName(QualifiedPrefix newName, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainTypeImpl.basicSetName(QualifiedPrefix newName, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainQualifiedNameImpl.basicSetPrefix(QualifiedPrefix newPrefix, org.eclipse.emf.common.notify.NotificationChain msgs) voidCallImpl.setName(QualifiedPrefix newName) voidTypeImpl.setName(QualifiedPrefix newName) voidQualifiedNameImpl.setPrefix(QualifiedPrefix newPrefix) -
Uses of QualifiedPrefix in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util with parameters of type QualifiedPrefixModifier and TypeMethodDescriptionExpressionDslSwitch.caseQualifiedPrefix(QualifiedPrefix object) Returns the result of interpreting the object as an instance of 'Qualified Prefix'. -
Uses of QualifiedPrefix in de.uni_hildesheim.sse.vil.expressions.serializer
Methods in de.uni_hildesheim.sse.vil.expressions.serializer with parameters of type QualifiedPrefixModifier and TypeMethodDescriptionprotected voidExpressionDslSemanticSequencer.sequence_QualifiedPrefix(org.eclipse.xtext.serializer.ISerializationContext context, QualifiedPrefix semanticObject) Contexts: QualifiedPrefix returns QualifiedPrefix Constraint: (qname+=Identifier (qname+='::' qname+=Identifier)*) -
Uses of QualifiedPrefix in de.uni_hildesheim.sse.vil.expressions.translation
Methods in de.uni_hildesheim.sse.vil.expressions.translation with parameters of type QualifiedPrefixModifier and TypeMethodDescriptionstatic StringUtils.getQualifiedNameString(QualifiedPrefix name) Returns a string representing a qualified name.static booleanUtils.isEmpty(QualifiedPrefix name) Returns whether the given qualified name is empty.