public class LexerToken extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
T_BASE_LAST |
static int |
T_COMMENT |
static int |
T_EOF |
static int |
T_IDENT |
static int |
T_IPADDR |
static int |
T_NUMBER |
static int |
T_STRING |
| Constructor and Description |
|---|
LexerToken() |
| Modifier and Type | Method and Description |
|---|---|
void |
assignFrom(LexerToken t) |
LexerToken |
dup() |
int |
getColumn() |
int |
getLine() |
Object |
getSrc() |
String |
getText() |
int |
getTokenCode() |
void |
setColumn(int column) |
void |
setLine(int line) |
void |
setSrc(Object src) |
void |
setText(String text) |
void |
setTokenCode(int tokenCode) |
public static final int T_EOF
public static final int T_STRING
public static final int T_NUMBER
public static final int T_IPADDR
public static final int T_IDENT
public static final int T_COMMENT
public static final int T_BASE_LAST
public Object getSrc()
public void setSrc(Object src)
public int getLine()
public void setLine(int line)
public int getColumn()
public void setColumn(int column)
public String getText()
public void setText(String text)
public int getTokenCode()
public void setTokenCode(int tokenCode)
public void assignFrom(LexerToken t)
public LexerToken dup()
Copyright © 2017 etc.to. All rights reserved.