- main(String[]) - Static method in class infixexpression.InfixTokenizer
-
Test drive the InfixTokenizer.
- main(String[]) - Static method in class infixexpression.ShuntingYard
-
The main routine reads one line of infix and, when the return key is entered,
writes one line of the corresponding postfix.
- Main - Class in pkg15.pkg121project1
-
This is simple driver to test the StackFactory and three stack
implementations.
- Main() - Constructor for class pkg15.pkg121project1.Main
-
- main(String[]) - Static method in class pkg15.pkg121project1.Main
-
- main(String[]) - Static method in class pkg15.pkg121project1.RPNCalc
-
This main routine is used for testing the RPNCalc.
- main(String[]) - Static method in class pkg15.pkg121project1.RPNParser
-
Continuously reads a well formed post fix expression.
- main(String[]) - Static method in class stackimplementations.LinkedStack
-
- main(String[]) - Static method in class stackimplementations.StackShifter
-
- main(String[]) - Static method in class stackimplementations.StackWithTopPointer
-
- multiply() - Method in class pkg15.pkg121project1.RPNCalc
-
The operation removes two objects from the stack.