| Package | Description |
|---|---|
| org.eclipse.emf.codegen.merge.java.facade.ast |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<ASTJField,java.lang.Integer> |
ASTNodeConverter.EnumToTypeConverter.fieldIndexesMap
Map of fields to their index in the children list
|
protected java.util.Map<java.lang.String,ASTJField> |
ASTNodeConverter.EnumToTypeConverter.fieldInitializersMap
Map of initializer values of the fields to fields
|
protected java.util.Map<java.lang.String,ASTJField> |
ASTNodeConverter.TypeToEnumConverter.fieldNamesMap
Map of field names to fields
|
| Modifier and Type | Method and Description |
|---|---|
protected ASTJField |
ASTFacadeHelper.cloneField(ASTJField originalField,
ASTJNode<?> contextNode)
Copies the ASTJField node.
|
| Modifier and Type | Method and Description |
|---|---|
protected ASTJField |
ASTFacadeHelper.cloneField(ASTJField originalField,
ASTJNode<?> contextNode)
Copies the ASTJField node.
|
protected ASTJNode<?> |
ASTNodeConverter.TypeToEnumConverter.convertFieldToEnumConst(ASTJField field)
Converts given field to enum constant if possible.
|
protected void |
ASTNodeConverter.TypeToEnumConverter.setEnumConstantArgumentsAndBody(ASTJEnumConstant enumConstant,
ASTJField field)
Sets arguments and body of the enum constant from the initializer of the given field.
|
protected void |
ASTNodeConverter.EnumToTypeConverter.setFieldInitializer(ASTJField field,
ASTJEnumConstant enumConstant)
Sets field initializer based on arguments and body of enum constant.
|
Copyright © 2021. Licensed under the Eclipse Public License v2.0. All rights reserved.
Submit a bug or feature