Class AssociatorImpl

  • All Implemented Interfaces:
    org.eclipse.xtend.lib.macro.services.Associator

    public class AssociatorImpl
    extends java.lang.Object
    implements org.eclipse.xtend.lib.macro.services.Associator
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setPrimarySourceElement​(org.eclipse.xtend.lib.macro.declaration.MutableElement javaElement, org.eclipse.xtend.lib.macro.declaration.Element sourceElement)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • setPrimarySourceElement

        public void setPrimarySourceElement​(org.eclipse.xtend.lib.macro.declaration.MutableElement javaElement,
                                            org.eclipse.xtend.lib.macro.declaration.Element sourceElement)
        Specified by:
        setPrimarySourceElement in interface org.eclipse.xtend.lib.macro.services.Associator