public interface ParsedToken
| Modifier and Type | Method and Description |
|---|---|
String |
getToken() |
String |
getType() |
static ParsedToken |
of(String type,
String token) |
String getToken()
String getType()
static ParsedToken of(String type, String token)
Copyright © 2016–2021. All rights reserved.