Class ToUnaryOperatorConverter

java.lang.Object
tools.mdsd.jamopp.parser.implementation.converter.ToUnaryOperatorConverter
All Implemented Interfaces:
Converter<org.eclipse.jdt.core.dom.PrefixExpression.Operator,UnaryOperator>

public class ToUnaryOperatorConverter extends Object implements Converter<org.eclipse.jdt.core.dom.PrefixExpression.Operator,UnaryOperator>
  • Constructor Details

    • ToUnaryOperatorConverter

      @Inject public ToUnaryOperatorConverter(OperatorsFactory operatorsFactory)
  • Method Details

    • convert

      public UnaryOperator convert(org.eclipse.jdt.core.dom.PrefixExpression.Operator operator)
      Specified by:
      convert in interface Converter<org.eclipse.jdt.core.dom.PrefixExpression.Operator,UnaryOperator>