Uses of Interface
org.eclipse.emf.mwe2.language.mwe2.StringLiteral
Packages that use StringLiteral
Package
Description
-
Uses of StringLiteral in org.eclipse.emf.mwe2.language.factory
Methods in org.eclipse.emf.mwe2.language.factory with parameters of type StringLiteralModifier and TypeMethodDescriptionprotected Object
Mwe2ExecutionEngine.inCase
(StringLiteral comp, Map<org.eclipse.xtext.naming.QualifiedName, Object> variables) -
Uses of StringLiteral in org.eclipse.emf.mwe2.language.mwe2
Methods in org.eclipse.emf.mwe2.language.mwe2 that return StringLiteralModifier and TypeMethodDescriptionMwe2Factory.createStringLiteral()
Returns a new object of class 'String Literal'. -
Uses of StringLiteral in org.eclipse.emf.mwe2.language.mwe2.impl
Classes in org.eclipse.emf.mwe2.language.mwe2.impl that implement StringLiteralModifier and TypeClassDescriptionclass
An implementation of the model object 'String Literal'.class
Methods in org.eclipse.emf.mwe2.language.mwe2.impl that return StringLiteral -
Uses of StringLiteral in org.eclipse.emf.mwe2.language.mwe2.util
Methods in org.eclipse.emf.mwe2.language.mwe2.util with parameters of type StringLiteralModifier and TypeMethodDescriptionMwe2Switch.caseStringLiteral
(StringLiteral object) Returns the result of interpreting the object as an instance of 'String Literal'. -
Uses of StringLiteral in org.eclipse.emf.mwe2.language.scoping
Methods in org.eclipse.emf.mwe2.language.scoping with parameters of type StringLiteralModifier and TypeMethodDescriptionorg.eclipse.xtext.scoping.IScope
Mwe2ScopeProvider.scope_AbstractReference_referable
(StringLiteral owner, org.eclipse.emf.ecore.EReference reference) -
Uses of StringLiteral in org.eclipse.emf.mwe2.language.serializer
Methods in org.eclipse.emf.mwe2.language.serializer with parameters of type StringLiteralModifier and TypeMethodDescriptionprotected void
AbstractMwe2SemanticSequencer.sequence_StringLiteral
(org.eclipse.xtext.serializer.ISerializationContext context, StringLiteral semanticObject) Contexts: Value returns StringLiteral StringLiteral returns StringLiteral Constraint: ( (begin=''' parts+=PlainString? (parts+=PropertyReference parts+=PlainString?)* end=''') | (begin='"' parts+=PlainString? (parts+=PropertyReference parts+=PlainString?)* end='"') )protected void
Mwe2SemanticSequencer.sequence_StringLiteral
(org.eclipse.xtext.serializer.ISerializationContext context, StringLiteral lit) -
Uses of StringLiteral in org.eclipse.emf.mwe2.language.ui.labeling
Methods in org.eclipse.emf.mwe2.language.ui.labeling with parameters of type StringLiteral