public class CodegenContext
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static CodegenContext |
create(javax.lang.model.util.Elements elements,
javax.lang.model.util.Types types) |
static CodegenContext |
getContext() |
DefinitionRepository |
getDefinitionRepository() |
javax.lang.model.util.Elements |
getElements() |
javax.lang.model.util.Types |
getTypes() |
public static CodegenContext create(javax.lang.model.util.Elements elements, javax.lang.model.util.Types types)
public static CodegenContext getContext()
public javax.lang.model.util.Types getTypes()
public javax.lang.model.util.Elements getElements()
public DefinitionRepository getDefinitionRepository()
Copyright © 2018. All Rights Reserved.