Package | Description |
---|---|
com.asakusafw.operator.model |
Internal representation of Asakusa operators and data models.
|
Modifier and Type | Class and Description |
---|---|
static class |
OperatorDescription.MethodReference
Represents a reference to body of declaration.
|
static class |
OperatorDescription.ParameterReference
Represents a reference to a parameter declaration.
|
static class |
OperatorDescription.ReturnReference
Represents a reference to return type/value of declaration.
|
static class |
OperatorDescription.SpecialReference
Represents an operator specific reference.
|
Modifier and Type | Method and Description |
---|---|
OperatorDescription.Reference |
OperatorDescription.ReferenceDocument.getReference()
Returns the reference which represents the document location in original method declaration.
|
OperatorDescription.Reference |
OperatorDescription.Node.getReference()
Returns the reference to original component.
|
static OperatorDescription.Reference |
OperatorDescription.Reference.method()
Creates a new instance.
|
static OperatorDescription.Reference |
OperatorDescription.Reference.returns()
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
static OperatorDescription.ReferenceDocument |
OperatorDescription.Document.reference(OperatorDescription.Reference reference)
Creates a new instance.
|
Constructor and Description |
---|
Node(OperatorDescription.Node.Kind kind,
String name,
OperatorDescription.Document document,
TypeMirror type,
OperatorDescription.Reference reference)
Creates a new instance.
|
ReferenceDocument(OperatorDescription.Reference reference)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.