public class StringTokenizer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StringTokenizer.Token
Do we really need this, is was used by cliche to by able to provide
feedback on where in the command line an illegal token was found, but
we do not currently use this functionality.
|
| Constructor and Description |
|---|
StringTokenizer() |
public static List<StringTokenizer.Token> tokenize(String input)
Copyright © 2021 LSST. All rights reserved.