Package | Description |
---|---|
com.asakusafw.operator |
Asakusa Operator DSL Compiler Core APIs.
|
com.asakusafw.operator.flowpart |
Asakusa Operator DSL Compiler for flow-parts.
|
com.asakusafw.operator.method |
Asakusa Operator DSL Compiler for operator methods.
|
Modifier and Type | Method and Description |
---|---|
static CompileEnvironment.Support |
CompileEnvironment.Support.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompileEnvironment.Support[] |
CompileEnvironment.Support.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected Collection<? extends CompileEnvironment.Support> |
AbstractOperatorAnnotationProcessor.getSupportedFeatures()
Returns the supported features.
|
Modifier and Type | Method and Description |
---|---|
static CompileEnvironment |
CompileEnvironment.newInstance(ProcessingEnvironment processingEnvironment,
ClassLoader serviceLoader,
CompileEnvironment.Support... features)
Creates a new instance.
|
static CompileEnvironment |
CompileEnvironment.newInstance(ProcessingEnvironment processingEnvironment,
CompileEnvironment.Support... features)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
static Set<String> |
CompilerOption.getOptionNames(Collection<? extends CompileEnvironment.Support> available)
Returns the available option names.
|
Modifier and Type | Method and Description |
---|---|
protected Collection<CompileEnvironment.Support> |
FlowPartAnnotationProcessor.getSupportedFeatures() |
Modifier and Type | Method and Description |
---|---|
protected Collection<CompileEnvironment.Support> |
OperatorAnnotationProcessor.getSupportedFeatures() |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.