| Class | Description |
|---|---|
| Expression |
Representing a generic Expression which follows the Command pattern for delayed
or differed execution.
|
| Lexer |
A state machine used to parse valid type 4 functions tokens in a input
stream.
|
| LexerText |
Simple type 4 function tests.
|
| Operator |
Representing a generic operand which follows the Command pattern for delayed
or differed execution.
|
| OperatorFactory |
Operator factory takes a operand char offset and quickly returns a Operator
object which contains the respective operator evaluation logic.
|
| OperatorNames |
OperatorsNames purpose is to define all operators in the PostScript type 4
function definitions.
|
| Procedure |
Procedure represents a groups of operands enclosed by braces.
|