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