Uses of Interface
org.eclipse.emf.mwe2.language.mwe2.StringPart
Packages that use StringPart
Package
Description
-
Uses of StringPart in org.eclipse.emf.mwe2.language.mwe2
Subinterfaces of StringPart in org.eclipse.emf.mwe2.language.mwe2Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Plain String'.interface
A representation of the model object 'Property Reference'.Methods in org.eclipse.emf.mwe2.language.mwe2 that return StringPartModifier and TypeMethodDescriptionMwe2Factory.createStringPart()
Returns a new object of class 'String Part'.Methods in org.eclipse.emf.mwe2.language.mwe2 that return types with arguments of type StringPartModifier and TypeMethodDescriptionorg.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 StringPartModifier and TypeClassDescriptionclass
An implementation of the model object 'Plain String'.class
An implementation of the model object 'Property Reference'.class
An implementation of the model object 'String Part'.Fields in org.eclipse.emf.mwe2.language.mwe2.impl with type parameters of type StringPartModifier and TypeFieldDescriptionprotected 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 StringPartMethods in org.eclipse.emf.mwe2.language.mwe2.impl that return types with arguments of type StringPartModifier and TypeMethodDescriptionorg.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 StringPartModifier and TypeMethodDescriptionMwe2Switch.caseStringPart
(StringPart object) Returns the result of interpreting the object as an instance of 'String Part'.