org.eclipse.xtext.xbase.compiler
Class CompilationStrategyAdapter
java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterImpl
org.eclipse.xtext.xbase.compiler.CompilationStrategyAdapter
- All Implemented Interfaces:
- org.eclipse.emf.common.notify.Adapter, org.eclipse.emf.common.notify.Adapter.Internal
public class CompilationStrategyAdapter
- extends org.eclipse.emf.common.notify.impl.AdapterImpl
- Author:
- Sven Efftinge - Initial contribution and API
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter |
org.eclipse.emf.common.notify.Adapter.Internal |
Fields inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl |
target |
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl |
getTarget, notifyChanged, setTarget, unsetTarget |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompilationStrategyAdapter
public CompilationStrategyAdapter()
isAdapterForType
public boolean isAdapterForType(java.lang.Object type)
- Specified by:
isAdapterForType
in interface org.eclipse.emf.common.notify.Adapter
- Overrides:
isAdapterForType
in class org.eclipse.emf.common.notify.impl.AdapterImpl
getCompilationStrategy
public Functions.Function1<ImportManager,? extends java.lang.CharSequence> getCompilationStrategy()
setCompilationStrategy
public void setCompilationStrategy(Functions.Function1<ImportManager,? extends java.lang.CharSequence> compilationStrategy)