public static final class TypeName.Builder extends java.lang.Object implements NodeBuilder
| Modifier and Type | Method and Description |
|---|---|
TypeName |
build() |
TypeName.Builder |
comments(java.util.List<Comment> comments) |
TypeName.Builder |
ignoredChars(IgnoredChars ignoredChars) |
TypeName.Builder |
name(java.lang.String name) |
TypeName.Builder |
sourceLocation(SourceLocation sourceLocation) |
public TypeName.Builder name(java.lang.String name)
public TypeName.Builder sourceLocation(SourceLocation sourceLocation)
sourceLocation in interface NodeBuilderpublic TypeName.Builder comments(java.util.List<Comment> comments)
comments in interface NodeBuilderpublic TypeName.Builder ignoredChars(IgnoredChars ignoredChars)
ignoredChars in interface NodeBuilderpublic TypeName build()