Package org.extex.ocpware.compiler.arith

This package contains arithmetic expression classes for compiling OCPs.

See:
          Description

Class Summary
Arith This class represents an arithmetic expression as a whole.
ArithExpr This is the abstract base class for arithmetic expressions.
BinaryOp This class represents the binary addition operation of two arithmetic expressions.
Char This class represents the reference to a character in the matched sequence.
Constant This class provides a constant arithmetic expression.
LastChar This class represents an arithmetic expression which references a character in the prefix relative to last.
TableRef This class represents an arithmetic expression for a table reference.
 

Package org.extex.ocpware.compiler.arith Description

This package contains arithmetic expression classes for compiling OCPs.