Package | Description |
---|---|
com.asakusafw.operator.model |
Internal representation of Asakusa operators and data models.
|
Modifier and Type | Method and Description |
---|---|
OperatorDescription.Node.Kind |
OperatorDescription.Node.getKind()
Returns the kind of this node.
|
static OperatorDescription.Node.Kind |
OperatorDescription.Node.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatorDescription.Node.Kind[] |
OperatorDescription.Node.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Node(OperatorDescription.Node.Kind kind,
String name,
OperatorDescription.Document document,
TypeMirror type,
OperatorDescription.Reference reference)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.