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