Package | Description |
---|---|
com.asakusafw.operator.model |
Internal representation of Asakusa operators and data models.
|
Modifier and Type | Method and Description |
---|---|
KeyMirror |
OperatorDescription.Node.getKey()
Returns the key mirror of this node.
|
static KeyMirror |
KeyMirror.parse(CompileEnvironment environment,
AnnotationMirror source,
Element annotationOwner,
DataModelMirror contextType)
Parses the target
Key annotation. |
Modifier and Type | Method and Description |
---|---|
OperatorDescription.Node |
OperatorDescription.Node.withKey(KeyMirror newValue)
Sets the key mirror.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.