Package pl.metaprogramming.codegen.java
Interface JavaGenerator.Interceptor
-
- All Implemented Interfaces:
public interface JavaGenerator.Interceptor<M extends Model>
-
-
Method Summary
Modifier and Type Method Description abstract Unitintercept(JavaGenerator<M> $self)-
-
Method Detail
-
intercept
abstract Unit intercept(JavaGenerator<M> $self)
-
-
-
-