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