public class Prefix2Postfix
extends java.lang.Object
| Constructor and Description |
|---|
Prefix2Postfix() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
convert(java.lang.String prefix)
Converts prefix to postfix, considering the arguments of the prefix
notation are in the order they will be popped out of the stack
|
static java.lang.String |
convertReversedArguments(java.lang.String prefix) |
public static java.lang.String convert(java.lang.String prefix)
public static java.lang.String convertReversedArguments(java.lang.String prefix)