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 |
AnnotationElementDeclarationImpl
An implementation of
AnnotationElementDeclaration . |
Modifier and Type | Method and Description |
---|---|
AnnotationElementDeclaration |
ModelFactoryImpl.newAnnotationElementDeclaration(Javadoc javadoc,
List<? extends Attribute> modifiers,
Type type,
SimpleName name,
Expression defaultExpression) |
Modifier and Type | Method and Description |
---|---|
Void |
ModelDigester.visitAnnotationElementDeclaration(AnnotationElementDeclaration elem,
com.asakusafw.utils.java.internal.model.util.DigestContext context) |
Boolean |
ModelMatcher.visitAnnotationElementDeclaration(AnnotationElementDeclaration elem,
Model context) |
Modifier and Type | Method and Description |
---|---|
AnnotationElementDeclaration |
ModelFactory.newAnnotationElementDeclaration(Javadoc javadoc,
List<? extends Attribute> modifiers,
Type type,
SimpleName name,
Expression defaultExpression)
Returns a new
AnnotationElementDeclaration object. |
Modifier and Type | Method and Description |
---|---|
R |
StrictVisitor.visitAnnotationElementDeclaration(AnnotationElementDeclaration elem,
C context) |
R |
Visitor.visitAnnotationElementDeclaration(AnnotationElementDeclaration elem,
C context)
Processes
AnnotationElementDeclaration using this visitor. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.