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