| Package | Description |
|---|---|
| org.eclipse.emf.codegen.merge.java.facade.ast |
| Modifier and Type | Method and Description |
|---|---|
protected ASTJNode<?> |
ASTNodeConverter.EnumToTypeConverter.convertEnumConstToField(ASTJEnumConstant enumConstant)
Converts enum constant to field.
|
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 © 2019. Licensed under the Eclipse Public License v2.0. All rights reserved.
Submit a bug or feature