org.eclipse.xtend.middleend.xtend.internal.xtend
Class OldExtensionConverter

java.lang.Object
  extended by org.eclipse.xtend.middleend.xtend.internal.xtend.OldExtensionConverter

public final class OldExtensionConverter
extends java.lang.Object

converts a single extension function

Author:
Arno Haase (http://www.haase-consulting.com), André Arnold

Constructor Summary
OldExtensionConverter(ExecutionContext ctx, TypeToBackendType typeConverter)
           
 
Method Summary
 AroundAdvice create(Around around)
           
 NamedFunction createUnregistered(Extension extension)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OldExtensionConverter

public OldExtensionConverter(ExecutionContext ctx,
                             TypeToBackendType typeConverter)
Method Detail

create

public AroundAdvice create(Around around)

createUnregistered

public NamedFunction createUnregistered(Extension extension)