public static final class IntValue.Builder extends Object implements NodeBuilder
Modifier and Type | Method and Description |
---|---|
IntValue |
build() |
IntValue.Builder |
comments(List<Comment> comments) |
IntValue.Builder |
ignoredChars(IgnoredChars ignoredChars) |
IntValue.Builder |
sourceLocation(SourceLocation sourceLocation) |
IntValue.Builder |
value(BigInteger value) |
public IntValue.Builder sourceLocation(SourceLocation sourceLocation)
sourceLocation
in interface NodeBuilder
public IntValue.Builder value(BigInteger value)
public IntValue.Builder comments(List<Comment> comments)
comments
in interface NodeBuilder
public IntValue.Builder ignoredChars(IgnoredChars ignoredChars)
ignoredChars
in interface NodeBuilder
public IntValue build()
Copyright © 2019. All rights reserved.