Package | Description |
---|---|
fx.codegen.preprocessor.stock.refactoringconsumers.namesrefactoringconsumers |
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 . |