Module com.maroontress.intexpr
Package com.maroontress.intexpr.syntaxtree
package com.maroontress.intexpr.syntaxtree
This package provides the facility to visualize the syntax tree of the
instructions in reverse Polish notation.
The
Compiler.toRpn(java.io.Reader)
creates the instructions by compiling integer expressions.
-
ClassDescriptionThe syntax node representing a binary operator.The syntax node representing an operand and an integer constant.The node of
SyntaxTree
.The syntax node representing a unary operator.