public static class ParserGenerator.Token extends Object
| Constructor and Description |
|---|
ParserGenerator.Token(String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Pattern |
getPattern() |
String |
getValue() |
boolean |
isRegex() |
boolean |
isVariable() |
int |
skipLength(String str) |
public ParserGenerator.Token(String name)
Copyright © 2014 jwall.org. All Rights Reserved.