public class LexerGenerator extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LexerGenerator.TokenInfo |
| Constructor and Description |
|---|
LexerGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
generateLexer(String pkg,
String name,
List<LexerGenerator.TokenInfo> info,
PrintWriter w,
TypeMirror factoryType) |
public void generateLexer(String pkg, String name, List<LexerGenerator.TokenInfo> info, PrintWriter w, TypeMirror factoryType)
Copyright © 2020. All rights reserved.