public interface NumericVisitor
Title: Numeric Visitor
Description: Visitor interface for operations on arrays of numbers.
Copyright: Copyright (c) 2008
Company: Clark & Parsia, LLC.
| Modifier and Type | Method and Description |
|---|---|
void |
visit(BigDecimal[] args) |
void |
visit(BigInteger[] args) |
void |
visit(Double[] args) |
void |
visit(Float[] args) |
void visit(BigDecimal[] args)
void visit(BigInteger[] args)
void visit(Double[] args)
void visit(Float[] args)
Copyright © 2019. All rights reserved.