Package | Description |
---|---|
com.asakusafw.utils.java.internal.model.syntax |
Naive Java DOM implementations.
|
com.asakusafw.utils.java.internal.model.util |
Internal utlities for Java DOM building/emitting.
|
com.asakusafw.utils.java.model.syntax |
Interfaces for representing Java DOMs.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationElementImpl
An implementation of
AnnotationElement . |
Modifier and Type | Method and Description |
---|---|
AnnotationElement |
ModelFactoryImpl.newAnnotationElement(SimpleName name,
Expression expression) |
Modifier and Type | Method and Description |
---|---|
List<? extends AnnotationElement> |
NormalAnnotationImpl.getElements() |
Modifier and Type | Method and Description |
---|---|
NormalAnnotation |
ModelFactoryImpl.newNormalAnnotation(NamedType type,
List<? extends AnnotationElement> elements) |
void |
NormalAnnotationImpl.setElements(List<? extends AnnotationElement> elements)
Sets the annotation elements.
|
Modifier and Type | Method and Description |
---|---|
Void |
ModelDigester.visitAnnotationElement(AnnotationElement elem,
com.asakusafw.utils.java.internal.model.util.DigestContext context) |
Boolean |
ModelMatcher.visitAnnotationElement(AnnotationElement elem,
Model context) |
Modifier and Type | Method and Description |
---|---|
AnnotationElement |
ModelFactory.newAnnotationElement(SimpleName name,
Expression expression)
Returns a new
AnnotationElement object. |
Modifier and Type | Method and Description |
---|---|
List<? extends AnnotationElement> |
NormalAnnotation.getElements()
Returns the annotation elements.
|
Modifier and Type | Method and Description |
---|---|
R |
StrictVisitor.visitAnnotationElement(AnnotationElement elem,
C context) |
R |
Visitor.visitAnnotationElement(AnnotationElement elem,
C context)
Processes
AnnotationElement using this visitor. |
Modifier and Type | Method and Description |
---|---|
NormalAnnotation |
ModelFactory.newNormalAnnotation(NamedType type,
List<? extends AnnotationElement> elements)
Returns a new
NormalAnnotation object. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.