Package | Description |
---|---|
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 | Class and Description |
---|---|
static class |
OperatorDescription.ExternalDocument
Represents a document provided by an external element.
|
static class |
OperatorDescription.ReferenceDocument
Represents a document with reference.
|
static class |
OperatorDescription.TextDocument
Represents a document with text.
|
Modifier and Type | Method and Description |
---|---|
OperatorDescription.Document |
OperatorDescription.getDocument()
Returns the documents about the operator.
|
OperatorDescription.Document |
OperatorDescription.Node.getDocument()
Returns the document for this node.
|
Constructor and Description |
---|
Node(OperatorDescription.Node.Kind kind,
String name,
OperatorDescription.Document document,
TypeMirror type,
OperatorDescription.Reference reference)
Creates a new instance.
|
OperatorDescription(OperatorDescription.Document document,
List<? extends OperatorDescription.Node> parameters,
List<? extends OperatorDescription.Node> outputs)
Creates a new instance.
|
OperatorDescription(OperatorDescription.Document document,
List<? extends OperatorDescription.Node> parameters,
List<? extends OperatorDescription.Node> outputs,
List<? extends ValueDescription> attributes)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
List<? extends DocElement> |
JavadocHelper.get(OperatorDescription.Document document)
Returns the document elements for the description.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.