public abstract class CodeTypeElementFactory<M> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected TruffleTypes |
types |
| Constructor and Description |
|---|
CodeTypeElementFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract List<CodeTypeElement> |
create(ProcessorContext context,
M m) |
protected final TruffleTypes types
public abstract List<CodeTypeElement> create(ProcessorContext context, M m)