Package | Description |
---|---|
com.asakusafw.operator.flowpart |
Asakusa Operator DSL Compiler for flow-parts.
|
com.asakusafw.operator.method |
Asakusa Operator DSL Compiler for operator methods.
|
com.asakusafw.operator.util |
Common utilities for Asakusa Operator DSL compiler.
|
Modifier and Type | Method and Description |
---|---|
Collection<OperatorClass> |
FlowPartAnalyzer.resolve()
Resolves previously
registered flow-part classes. |
Modifier and Type | Method and Description |
---|---|
void |
FlowPartFactoryEmitter.emit(OperatorClass operatorClass)
Emits an operator implementation class.
|
Modifier and Type | Method and Description |
---|---|
Collection<OperatorClass> |
OperatorMethodAnalyzer.resolve()
Resolves previously
registered operator methods. |
Modifier and Type | Method and Description |
---|---|
void |
OperatorFactoryEmitter.emit(OperatorClass operatorClass)
Emits an operator factory class.
|
void |
OperatorImplementationEmitter.emit(OperatorClass operatorClass)
Emits an operator implementation class.
|
Modifier and Type | Method and Description |
---|---|
static Annotation |
ElementHelper.toOperatorFactoryAnnotation(CompileEnvironment environment,
OperatorClass element,
ImportBuilder imports)
Returns annotation for the operator factory classes.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.