Uses of Interface
org.eclipse.emf.mwe2.language.mwe2.StringLiteral

Packages that use StringLiteral
org.eclipse.emf.mwe2.language.factory   
org.eclipse.emf.mwe2.language.mwe2   
org.eclipse.emf.mwe2.language.mwe2.impl   
org.eclipse.emf.mwe2.language.mwe2.util   
org.eclipse.emf.mwe2.language.scoping   
org.eclipse.emf.mwe2.language.serializer   
org.eclipse.emf.mwe2.language.ui.labeling   
 

Uses of StringLiteral in org.eclipse.emf.mwe2.language.factory
 

Methods in org.eclipse.emf.mwe2.language.factory with parameters of type StringLiteral
protected  java.lang.Object Mwe2ExecutionEngine.inCase(StringLiteral comp, java.util.Map<org.eclipse.xtext.naming.QualifiedName,java.lang.Object> variables)
           
 

Uses of StringLiteral in org.eclipse.emf.mwe2.language.mwe2
 

Methods in org.eclipse.emf.mwe2.language.mwe2 that return StringLiteral
 StringLiteral Mwe2Factory.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 StringLiteral
 class StringLiteralImpl
          An implementation of the model object 'String Literal'.
 class StringLiteralImplCustom
           
 

Methods in org.eclipse.emf.mwe2.language.mwe2.impl that return StringLiteral
 StringLiteral Mwe2FactoryImpl.createStringLiteral()
           
 

Uses of StringLiteral in org.eclipse.emf.mwe2.language.mwe2.util
 

Methods in org.eclipse.emf.mwe2.language.mwe2.util with parameters of type StringLiteral
 T Mwe2Switch.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 StringLiteral
 org.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 StringLiteral
protected  void AbstractMwe2SemanticSequencer.sequence_StringLiteral(org.eclipse.emf.ecore.EObject context, StringLiteral semanticObject)
          Constraint: ( (begin=''' parts+=PlainString? (parts+=PropertyReference parts+=PlainString?)* end=''') | (begin='"' parts+=PlainString? (parts+=PropertyReference parts+=PlainString?)* end='"') )
protected  void Mwe2SemanticSequencer.sequence_StringLiteral(org.eclipse.emf.ecore.EObject 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
 java.lang.String Mwe2LabelProvider.image(StringLiteral literal)