Constructor and description |
---|
new(IExtraLanguageConversionInitializer,IExtraLanguageGeneratorContext,IExtraLanguageKeywordProvider) Constructor. |
Modifier and type | Action and description |
---|---|
java.lang.String | convertDeclarationName(String,SarlAction) Convert the given name for the given feature to its equivalent in the extra language. |
io.sarl.lang.extralanguage.compiler.ConversionResult | convertFeatureCall(String,JvmIdentifiableElement,List<E>,List<E>,List<E>) Convert a full call to a feature. |
ConversionType | getConversionTypeFor(XAbstractFeatureCall) Replies the type of conversion for the given feature call. |
static char | getKey(String) Compute the mapping key for the given simple name. |
protected java.util.Map<K,V> | initMapping Build the mapping table. |
new(IExtraLanguageConversionInitializer,IExtraLanguageGeneratorContext,IExtraLanguageKeywordProvider)
def convertDeclarationName(String,SarlAction) : java.lang.String
def convertFeatureCall(String,JvmIdentifiableElement,List<E>,List<E>,List<E>) : io.sarl.lang.extralanguage.compiler.ConversionResult
def getConversionTypeFor(XAbstractFeatureCall) : ConversionType
def getKey(String) : char
protected def initMapping : java.util.Map<K,V>