de.cau.cs.kieler.core.kexpressions
Interface TextExpression

All Superinterfaces:
ComplexExpression, EObject, Expression, Notifier, TextualCode
All Known Implementing Classes:
TextExpressionImpl

public interface TextExpression
extends ComplexExpression, TextualCode

A representation of the model object 'Text Expression'. A TextExpression is an Expression containing arbitrary text. It is used to escape to a host language such as C or Java. This way arbitrary host code can be used as parameters for operators, other functions or values.

See Also:
KExpressionsPackage.getTextExpression()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 
Methods inherited from interface de.cau.cs.kieler.core.kexpressions.ComplexExpression
getSubExpressions
 
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
 
Methods inherited from interface de.cau.cs.kieler.core.kexpressions.TextualCode
getCode, getType, setCode, setType