org.eclipse.xtext.xtend2.jvmmodel
Class CacheVariableCompileStrategy

java.lang.Object
  extended by org.eclipse.xtext.xtend2.jvmmodel.CacheVariableCompileStrategy
All Implemented Interfaces:
Functions.Function1<ImportManager,java.lang.CharSequence>

public class CacheVariableCompileStrategy
extends java.lang.Object
implements Functions.Function1<ImportManager,java.lang.CharSequence>


Constructor Summary
CacheVariableCompileStrategy()
           
 
Method Summary
 java.lang.CharSequence apply(ImportManager p)
           
 void init(JvmGenericType container)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheVariableCompileStrategy

public CacheVariableCompileStrategy()
Method Detail

apply

public java.lang.CharSequence apply(ImportManager p)
Specified by:
apply in interface Functions.Function1<ImportManager,java.lang.CharSequence>

init

public void init(JvmGenericType container)