org.eclipse.xtend.middleend.xpand.internal.xpandlib
Class XpandLibContributor

java.lang.Object
  extended by org.eclipse.xtend.middleend.xpand.internal.xpandlib.XpandLibContributor

public class XpandLibContributor
extends java.lang.Object

This class registers functions from the XpandLib at the middleend

Author:
André Arnold

Constructor Summary
XpandLibContributor(MiddleEnd middleEnd)
           
 
Method Summary
 java.util.Collection<NamedFunction> getContributedFunctions()
           
 java.util.Collection<java.lang.String> getContributingResources()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XpandLibContributor

public XpandLibContributor(MiddleEnd middleEnd)
Method Detail

getContributedFunctions

public java.util.Collection<NamedFunction> getContributedFunctions()

getContributingResources

public java.util.Collection<java.lang.String> getContributingResources()