Overview
Module
Package
Type
Tree
Deprecated
Index
Prev Type
Next Type
All Types
Summary:
Actio
|
Capac
|
Constr
|
Handl
|
Field
|
Nested
|
Propr
Details:
Actio
|
Constr
|
Handl
|
Field
|
Propr
io.sarl.lang.extralanguage.compiler
Class FeatureNameConverterRuleReader
java.lang.Object
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
Constructors
Constructor and description
new
Action Summary
All actions
Instance actions
Modifier and type
Action and description
boolean
initializeConversions(Map<K,V>,IExtraLanguageGeneratorContext)
initialize the conversions mapping.
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.