|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.antlr.runtime.CommonToken
org.eclipse.m2m.atl.dsls.tcs.injector.wrappers.antlr3.ANTLR3LocationToken
public class ANTLR3LocationToken
Field Summary |
---|
Fields inherited from class org.antlr.runtime.CommonToken |
---|
channel, charPositionInLine, index, input, line, start, stop, text, type |
Fields inherited from interface org.antlr.runtime.Token |
---|
DEFAULT_CHANNEL, DOWN, EOF, EOF_TOKEN, EOR_TOKEN_TYPE, HIDDEN_CHANNEL, INVALID_TOKEN, INVALID_TOKEN_TYPE, MIN_TOKEN_TYPE, SKIP_TOKEN, UP |
Constructor Summary | |
---|---|
ANTLR3LocationToken(org.antlr.runtime.CharStream input,
int type,
int channel,
int start,
int stop)
|
Method Summary | |
---|---|
int |
getEndColumn()
|
int |
getEndLine()
|
void |
setEndColumn(int endColumn)
|
void |
setEndLine(int endLine)
|
Methods inherited from class org.antlr.runtime.CommonToken |
---|
getChannel, getCharPositionInLine, getLine, getStartIndex, getStopIndex, getText, getTokenIndex, getType, setChannel, setCharPositionInLine, setLine, setStartIndex, setStopIndex, setText, setTokenIndex, setType, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ANTLR3LocationToken(org.antlr.runtime.CharStream input, int type, int channel, int start, int stop)
Method Detail |
---|
public void setEndLine(int endLine)
public int getEndLine()
public void setEndColumn(int endColumn)
public int getEndColumn()
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |