Module org.eclipse.xtend.lib.macro
Interface CompilationStrategy.CompilationContext
- Enclosing interface:
CompilationStrategy
public static interface CompilationStrategy.CompilationContext
A strategy provided during compilation.
-
Method Summary
-
Method Details
-
toJavaCode
- Parameters:
typeref- the type reference to serialize- Returns:
- the serialized form of the type reference, taking imports into account.
-