public class DBTreeToken extends Object implements org.antlr.runtime.Token
| Modifier and Type | Field and Description |
|---|---|
int |
ID |
org.antlr.runtime.debug.RemoteDebugEventSocketListener.ProxyTree |
tree |
| Constructor and Description |
|---|
DBTreeToken(org.antlr.runtime.debug.RemoteDebugEventSocketListener.ProxyTree tree) |
| Modifier and Type | Method and Description |
|---|---|
int |
getChannel() |
int |
getCharPositionInLine() |
org.antlr.runtime.CharStream |
getInputStream() |
int |
getLine() |
String |
getText() |
int |
getTokenIndex() |
int |
getType() |
void |
setChannel(int channel) |
void |
setCharPositionInLine(int pos) |
void |
setInputStream(org.antlr.runtime.CharStream input) |
void |
setLine(int line) |
void |
setText(String text) |
void |
setTokenIndex(int index) |
void |
setType(int ttype) |
String |
toString() |
public org.antlr.runtime.debug.RemoteDebugEventSocketListener.ProxyTree tree
public int ID
public DBTreeToken(org.antlr.runtime.debug.RemoteDebugEventSocketListener.ProxyTree tree)
public String getText()
getText in interface org.antlr.runtime.Tokenpublic void setText(String text)
setText in interface org.antlr.runtime.Tokenpublic int getType()
getType in interface org.antlr.runtime.Tokenpublic void setType(int ttype)
setType in interface org.antlr.runtime.Tokenpublic int getLine()
getLine in interface org.antlr.runtime.Tokenpublic void setLine(int line)
setLine in interface org.antlr.runtime.Tokenpublic int getCharPositionInLine()
getCharPositionInLine in interface org.antlr.runtime.Tokenpublic void setCharPositionInLine(int pos)
setCharPositionInLine in interface org.antlr.runtime.Tokenpublic int getChannel()
getChannel in interface org.antlr.runtime.Tokenpublic void setChannel(int channel)
setChannel in interface org.antlr.runtime.Tokenpublic int getTokenIndex()
getTokenIndex in interface org.antlr.runtime.Tokenpublic void setTokenIndex(int index)
setTokenIndex in interface org.antlr.runtime.Tokenpublic org.antlr.runtime.CharStream getInputStream()
getInputStream in interface org.antlr.runtime.Tokenpublic void setInputStream(org.antlr.runtime.CharStream input)
setInputStream in interface org.antlr.runtime.TokenCopyright © 2013. All rights reserved.