Package | Description |
---|---|
com.asakusafw.utils.java.internal.parser.javadoc.ir |
Internal representation of Java documentation comments.
|
Modifier and Type | Method and Description |
---|---|
List<? extends IrDocMethodParameter> |
IrDocMethod.getParameters()
Returns the method or constructor parameters.
|
Modifier and Type | Method and Description |
---|---|
R |
IrDocElementVisitor.visitMethodParameter(IrDocMethodParameter elem,
P context)
Processes
IrDocMethodParameter . |
Modifier and Type | Method and Description |
---|---|
void |
IrDocMethod.setParameters(List<? extends IrDocMethodParameter> parameters)
Sets the method or constructor parameters.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.