public class Tokens extends Token
Date: 2018-01-02
| Constructor and Description |
|---|
Tokens(int offset) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToken(Token t) |
static Token |
firstKeyword(List<Token> tokens) |
List<Token> |
getCascadeTokens() |
List<Token> |
getTokens() |
static int |
indexOf(List<Token> tokens,
TT tt) |
static int |
indexOf(List<Token> tokens,
TT tt,
int fromIndex) |
static int |
lastIndexOf(List<Token> tokens,
TT tt) |
static int |
lastIndexOf(List<Token> tokens,
TT tt,
int fromIndex) |
String |
toString() |
Tokens |
trim() |
Copyright © 2084–2018 dukeware.com. All rights reserved.