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