Interface LanguageUnit

All Superinterfaces:
org.eclipse.emf.ecore.EObject, de.uni_hildesheim.sse.vil.expressions.expressionDsl.LanguageUnit, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
LanguageUnitImpl

public interface LanguageUnit extends de.uni_hildesheim.sse.vil.expressions.expressionDsl.LanguageUnit
A representation of the model object 'Language Unit'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject>
    Returns the value of the 'Elements' containment reference list.
    Returns the value of the 'Ext' attribute.
    Returns the value of the 'Formatting' containment reference.
    Returns the value of the 'Indent' containment reference.
    org.eclipse.emf.common.util.EList<Extension>
    Returns the value of the 'Java Exts' containment reference list.
    de.uni_hildesheim.sse.vil.expressions.expressionDsl.ParameterList
    Returns the value of the 'Param' containment reference.
    void
    setExt(String value)
    Sets the value of the 'Ext' attribute.
    void
    Sets the value of the 'Formatting' containment reference.
    void
    Sets the value of the 'Indent' containment reference.
    void
    setParam(de.uni_hildesheim.sse.vil.expressions.expressionDsl.ParameterList value)
    Sets the value of the 'Param' containment reference.

    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 de.uni_hildesheim.sse.vil.expressions.expressionDsl.LanguageUnit

    getAdvices, getImports, getName, getVersion, setName, setVersion

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver