| Package | Description |
|---|---|
| org.inferred.freebuilder.processor.util |
| Modifier and Type | Class and Description |
|---|---|
class |
ParameterizedType |
| Modifier and Type | Method and Description |
|---|---|
Excerpt |
ParameterizedType.constructor()
Returns a source excerpt suitable for constructing an instance of this type, including "new"
keyword but excluding brackets.
|
Excerpt |
ParameterizedType.declaration()
Returns a source excerpt suitable for declaring this type, i.e.
|
Excerpt |
ParameterizedType.javadocLink()
Returns a source excerpt of a JavaDoc link to this type.
|
Excerpt |
ParameterizedType.javadocNoArgMethodLink(String memberName)
Returns a source excerpt of a JavaDoc link to a no-args method on this type.
|
Excerpt |
ParameterizedType.typeParameters()
Returns a source excerpt of the type parameters of this type, including angle brackets.
|
Copyright © 2015 Google, Inc.. All rights reserved.