public static class SqlSimpleParser.Token extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
s |
private SqlSimpleParser.TokenType |
type |
| Constructor and Description |
|---|
Token(SqlSimpleParser.TokenType tokenType) |
Token(SqlSimpleParser.TokenType type,
String s) |
private final SqlSimpleParser.TokenType type
private final String s
Token(SqlSimpleParser.TokenType tokenType)
Token(SqlSimpleParser.TokenType type, String s)
public void unparse(StringBuilder buf)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.