org.eclipse.xtend.core.jvmmodel
Class CacheVariableCompileStrategy

java.lang.Object
  extended by org.eclipse.xtend.core.jvmmodel.CacheVariableCompileStrategy
All Implemented Interfaces:
Procedures.Procedure1<ITreeAppendable>

public class CacheVariableCompileStrategy
extends java.lang.Object
implements Procedures.Procedure1<ITreeAppendable>


Constructor Summary
CacheVariableCompileStrategy()
           
 
Method Summary
 void apply(ITreeAppendable builder)
           
 void init(XtendFunction context)
           
 
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 void apply(ITreeAppendable builder)
Specified by:
apply in interface Procedures.Procedure1<ITreeAppendable>

init

public void init(XtendFunction context)