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

Packages that use StringPart
org.eclipse.emf.mwe2.language.mwe2   
org.eclipse.emf.mwe2.language.mwe2.impl   
org.eclipse.emf.mwe2.language.mwe2.util   
 

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

Subinterfaces of StringPart in org.eclipse.emf.mwe2.language.mwe2
 interface PlainString
          A representation of the model object 'Plain String'.
 interface PropertyReference
          A representation of the model object 'Property Reference'.
 

Methods in org.eclipse.emf.mwe2.language.mwe2 that return StringPart
 StringPart Mwe2Factory.createStringPart()
          Returns a new object of class 'String Part'.
 

Methods in org.eclipse.emf.mwe2.language.mwe2 that return types with arguments of type StringPart
 org.eclipse.emf.common.util.EList<StringPart> StringLiteral.getParts()
          Returns the value of the 'Parts' containment reference list.
 

Uses of StringPart in org.eclipse.emf.mwe2.language.mwe2.impl
 

Classes in org.eclipse.emf.mwe2.language.mwe2.impl that implement StringPart
 class PlainStringImpl
          An implementation of the model object 'Plain String'.
 class PropertyReferenceImpl
          An implementation of the model object 'Property Reference'.
 class StringPartImpl
          An implementation of the model object 'String Part'.
 

Fields in org.eclipse.emf.mwe2.language.mwe2.impl with type parameters of type StringPart
protected  org.eclipse.emf.common.util.EList<StringPart> StringLiteralImpl.parts
          The cached value of the 'Parts' containment reference list.
 

Methods in org.eclipse.emf.mwe2.language.mwe2.impl that return StringPart
 StringPart Mwe2FactoryImpl.createStringPart()
           
 

Methods in org.eclipse.emf.mwe2.language.mwe2.impl that return types with arguments of type StringPart
 org.eclipse.emf.common.util.EList<StringPart> StringLiteralImpl.getParts()
           
 

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

Methods in org.eclipse.emf.mwe2.language.mwe2.util with parameters of type StringPart
 T Mwe2Switch.caseStringPart(StringPart object)
          Returns the result of interpreting the object as an instance of 'String Part'.