public interface ILanguageElement extends IModelObject
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExpression()
Gets the expression syntax for this language element.
|
ILanguageElementImpl |
getImplementation(ITechnology techno)
Gets the language element implementation for this language element for the specified technology.
|
java.lang.String |
getName()
Gets the name of the language element.
|
ISubLanguage |
getSubLanguage()
Gets the sub-language object that owns this language element.
|
getBigNumericId, getGlobalId, getNumericIdjava.lang.String getName()
getName in interface IModelObjectjava.lang.String getExpression()
ISubLanguage getSubLanguage()
ILanguageElementImpl getImplementation(ITechnology techno)
techno - the technology for which to retrieve the implementation.