Package | Description |
---|---|
com.asakusafw.operator |
Asakusa Operator DSL Compiler Core APIs.
|
com.asakusafw.operator.builtin |
Built-in Asakusa Operator Drivers.
|
com.asakusafw.operator.model |
Internal representation of Asakusa operators and data models.
|
com.asakusafw.operator.util |
Common utilities for Asakusa Operator DSL compiler.
|
Modifier and Type | Method and Description |
---|---|
OperatorDescription |
OperatorDriver.analyze(OperatorDriver.Context context)
Analyzes the operator method and returns its description.
|
Modifier and Type | Method and Description |
---|---|
OperatorDescription |
OperatorElement.getDescription()
Returns the description of this operator element.
|
OperatorDescription |
OperatorDescription.withSupport(ExecutableElement newValue)
Sets the support method for this operator.
|
Constructor and Description |
---|
OperatorElement(AnnotationMirror annotation,
ExecutableElement declaration,
OperatorDescription description)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ElementHelper.validate(CompileEnvironment environment,
ExecutableElement element,
OperatorDescription description)
Validates
OperatorDescription and raises errors when it is not valid. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.