public class ParseExpressions
extends java.lang.Object
| Constructor and Description |
|---|
ParseExpressions() |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList |
parseExpression(java.lang.String expression)
It parses a expression and return one arrayList with
the separated words
|