Package | Description |
---|---|
com.asakusafw.operator |
Asakusa Operator DSL Compiler Core APIs.
|
com.asakusafw.operator.builtin |
Built-in Asakusa Operator Drivers.
|
Modifier and Type | Method and Description |
---|---|
OperatorDriver |
CompileEnvironment.findDriver(TypeElement annotationType)
Returns a registered operator driver related to the annotation type.
|
Modifier and Type | Method and Description |
---|---|
List<OperatorDriver> |
CompileEnvironment.getOperatorDrivers()
Returns registered operator drivers.
|
Constructor and Description |
---|
CompileEnvironment(ProcessingEnvironment processingEnvironment,
List<? extends OperatorDriver> operatorDrivers,
List<? extends DataModelMirrorRepository> dataModelMirrors)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.