Interface StringLiteral

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.emf.common.util.EList<String> getLines()
      Returns the value of the 'Lines' attribute list.
      org.eclipse.emf.common.util.EList<String> lines​(boolean trim)
      * Gets content of the StringLiteral by its lines without service symbols ('"', '|')
      • Methods inherited from interface org.eclipse.emf.ecore.EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • getLines

        org.eclipse.emf.common.util.EList<String> getLines()
        Returns the value of the 'Lines' attribute list. The list contents are of type String.
        Returns:
        the value of the 'Lines' attribute list.
        See Also:
        BslPackage.getStringLiteral_Lines()
      • lines

        org.eclipse.emf.common.util.EList<String> lines​(boolean trim)
        * Gets content of the StringLiteral by its lines without service symbols ('"', '|')
        Parameters:
        trim - defines needing to removing leading and trailing whitespace
        Returns:
        list of string line without service symbols, never null