public class Token extends Object
| Constructor and Description |
|---|
Token() |
Token(int start,
int stop,
TokenTypes type) |
| Modifier and Type | Method and Description |
|---|---|
static Token |
commandBody(int start,
int stop) |
static Token |
commandStart(int start,
int stop) |
static Token |
expression(int start,
int stop) |
int |
start() |
int |
stop() |
void |
stop(int index) |
static Token |
text(int start,
int stop) |
String |
toString() |
TokenTypes |
type() |
public Token(int start,
int stop,
TokenTypes type)
public Token()
public int start()
public int stop()
public TokenTypes type()
public static Token text(int start, int stop)
public static Token commandStart(int start, int stop)
public static Token commandBody(int start, int stop)
public static Token expression(int start, int stop)
public void stop(int index)
Copyright © 2016. All Rights Reserved.