io.sarl.lang.extralanguage.compiler
Class FeatureNameConverterRuleReader
class FeatureNameConverterRuleReader
extends java.lang.Object
Reader of the conversion rules.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
compiler
Since:
0.6
Constructor Summary
Constructor and description
new
Action Summary
Modifier and type Action and description
boolean initializeConversions(Map<K,V>,IExtraLanguageGeneratorContext)
initialize the conversions mapping.
Constructor Details
new
new
Action Details
initializeConversions(Map<K,V>,IExtraLanguageGeneratorContext)
def initializeConversions(Map<K,V>,IExtraLanguageGeneratorContext) : boolean
initialize the conversions mapping.
Parameters:
result - the result.
context - the generation context.
Returns:
true if rules are read.