public class FormatCache_java extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,Format> |
formatCache |
| Constructor and Description |
|---|
FormatCache_java() |
| Modifier and Type | Method and Description |
|---|---|
static Format |
expression(String s) |
static Format |
statement(String s) |
static Format |
statements(String s) |
see also the complete user documentation .