Class ToFieldNameConverter
java.lang.Object
tools.mdsd.jamopp.parser.implementation.resolver.ToFieldNameConverter
- All Implemented Interfaces:
ToStringConverter<org.eclipse.jdt.core.dom.IVariableBinding>
public class ToFieldNameConverter
extends Object
implements ToStringConverter<org.eclipse.jdt.core.dom.IVariableBinding>
-
Constructor Summary
ConstructorDescriptionToFieldNameConverter
(ToStringConverter<org.eclipse.jdt.core.dom.ITypeBinding> toTypeNameConverter, Map<org.eclipse.jdt.core.dom.IBinding, String> nameCache) -
Method Summary
-
Constructor Details
-
ToFieldNameConverter
@Inject public ToFieldNameConverter(ToStringConverter<org.eclipse.jdt.core.dom.ITypeBinding> toTypeNameConverter, Map<org.eclipse.jdt.core.dom.IBinding, String> nameCache)
-
-
Method Details
-
convert
- Specified by:
convert
in interfaceToStringConverter<org.eclipse.jdt.core.dom.IVariableBinding>
-