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 |
---|---|
OperatorDescription |
OperatorDriver.analyze(OperatorDriver.Context context)
Analyzes the operator method and returns its description.
|
default Iterable<? extends Completion> |
OperatorDriver.getCompletions(OperatorDriver.Context context,
ExecutableElement member,
String userText)
Returns a list of proposals about target annotation element.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.