public class WriteParser extends BasicStatementParser
| Modifier and Type | Class and Description |
|---|---|
static class |
WriteParser.Groups |
BasicStatementParser.GroupProvider| Modifier and Type | Field and Description |
|---|---|
static Pattern |
REGEX
Capture Groups: (example: "@write(0) out;")
- 0 garbage (example: "(0)")
- 1 slot (example: "0")
- 2 varName (example: "out")
|
pattern, target| Constructor and Description |
|---|
WriteParser() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName(String input) |
int |
getSlot(String input) |
getGroup, getGroup, getGroup, getGroup, getTargetMatcher, test, testpublic static final Pattern REGEX
Copyright © 2014. All rights reserved.