Package | Description |
---|---|
fx.codegen.preprocessor.stock.refactoringconsumers |
Provides stock consumers for use with the
EntityNamesRefactoringCodegenPreprocessor class |
fx.codegen.preprocessor.stock.refactoringconsumers.namesrefactoringconsumers | |
fx.codegen.preprocessor.stock.refactoringconsumers.typnamesrefactoringconsumers |
Modifier and Type | Class and Description |
---|---|
class |
AllConfigNodeTypeRefactoringConsumer
ConfigNodeTypeRefactoringConsumer which accepts all nodes for pre-processing |
class |
ConfigNodeNameRefactoringConsumer
Contains common functionality for all re-factoring consumers that add new
re-factored versions of the names of
ConfigNode's to their respective
re-factored names maps |
class |
ConfigNodeTypeRefactoringConsumer
Contains common functionality for all re-factoring consumers that add new
re-factored versions of the types of
ConfigNode's to their respective
re-factored types maps |
class |
DictionaryConfigNodeTypeRefactoringConsumer
Base class for all dictionary-based
ConfigNodeTypeRefactoringConsumer |
Modifier and Type | Class and Description |
---|---|
class |
LowerCamelCaseConfigNodeNameRefactoringConsumer
Changes the names of
ConfigNode's
according to the lpperCamelCase naming standard |
class |
LowercaseConfigNodeNameRefactoringConsumer
Changes the names of
ConfigNode's
according to the lowercase naming standard |
class |
LowercaseDashesConfigNodeNameRefactoringConsumer
Changes the names of
ConfigNode's
according to the lowercase_dashes naming standard |
class |
UpperCamelCaseConfigNodeNameRefactoringConsumer
Changes the names of
ConfigNode's
according to the UpperCamelCase naming standard |
class |
UppercaseConfigNodeNameRefactoringConsumer
Changes the names of
ConfigNode's
according to the UPPERCASE naming standard |
class |
UppercaseDashesConfigNodeNameRefactoringConsumer
Changes the names of
ConfigNode's
according to the UPPERCASE_DASHES naming standard |
class |
WhitespaceConsolidationConfigNodeNameRefactoringConsumer
Consolidates white-spaces in the names of
ConfigNode's . |