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 |
NormalAnnotationImpl
An implementation of
NormalAnnotation . |
Modifier and Type | Method and Description |
---|---|
NormalAnnotation |
ModelFactoryImpl.newNormalAnnotation(NamedType type,
List<? extends AnnotationElement> elements) |
Modifier and Type | Method and Description |
---|---|
Void |
ModelDigester.visitNormalAnnotation(NormalAnnotation elem,
com.asakusafw.utils.java.internal.model.util.DigestContext context) |
Boolean |
ModelMatcher.visitNormalAnnotation(NormalAnnotation elem,
Model context) |
Modifier and Type | Method and Description |
---|---|
NormalAnnotation |
ModelFactory.newNormalAnnotation(NamedType type,
List<? extends AnnotationElement> elements)
Returns a new
NormalAnnotation object. |
Modifier and Type | Method and Description |
---|---|
R |
StrictVisitor.visitNormalAnnotation(NormalAnnotation elem,
C context) |
R |
Visitor.visitNormalAnnotation(NormalAnnotation elem,
C context)
Processes
NormalAnnotation using this visitor. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.