Interface CompileTransformer<D extends Compiled,C extends CompileContext<?,?>>
-
- Type Parameters:
D- Тип собранных метаданныхC- Контекст сборки
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface CompileTransformer<D extends Compiled,C extends CompileContext<?,?>>Трансформатор собранных метаданных
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Dtransform(D compiled, C context, CompileProcessor p)Трансформировать собранные метаданные
-
-
-
Method Detail
-
transform
D transform(D compiled, C context, CompileProcessor p)
Трансформировать собранные метаданные- Parameters:
compiled- Собранные метаданныеcontext- Контекст сборки- Returns:
- Трансформированные собранные метаданные
-
-