public class BigIntNode extends PrimitiveNode<BigInteger>
value| Constructor and Description |
|---|
BigIntNode(BigInteger value) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(INodeVisitor visitor) |
public BigIntNode(BigInteger value)
public void accept(INodeVisitor visitor)
accept in interface INodeaccept in class PrimitiveNode<BigInteger>Copyright © 2017. All Rights Reserved.