Class DimensionVisitor

java.lang.Object
com.singularsys.extensions.matrix.DimensionVisitor
All Implemented Interfaces:
GenericVisitor<Dimensions,DimensionVisitor.NodeChecker,ParseException>, JepComponent, Serializable
Direct Known Subclasses:
DDimensionVisitor

public class DimensionVisitor extends Object implements GenericVisitor<Dimensions,DimensionVisitor.NodeChecker,ParseException>, JepComponent
Annotates nodes with the dimension of the vector or matrix.

Warning messages are sometimes generated. This list can be accessed using getWarnings()

Since Jep 4.1, extension 2.2, this now implements GenericVisitor some method signatures have changed to be more specific.

See Also: