public class RequestParser extends BasicStatementParser
| Modifier and Type | Class and Description |
|---|---|
static class |
RequestParser.Groups |
BasicStatementParser.GroupProvider| Modifier and Type | Field and Description |
|---|---|
static Pattern |
REGEX
Capture Groups: (example: "@request vec2 texCoord;")
- 0 type (example: "vec2")
- 1 name (example: "texCoord")
|
pattern, target| Constructor and Description |
|---|
RequestParser() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName(String input) |
String |
getType(String input) |
getGroup, getGroup, getGroup, getGroup, getTargetMatcher, test, testpublic static final Pattern REGEX
Copyright © 2014. All rights reserved.