public class LogoParser
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LogoParser.ErrorEntry |
static class |
LogoParser.ParserResult |
| Constructor and Description |
|---|
LogoParser(ActionsRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
LogoParser.ParserResult |
parse(java.lang.String text) |
public LogoParser(ActionsRegistry registry)
public LogoParser.ParserResult parse(java.lang.String text)
public static void main(java.lang.String[] args)