org.eclipse.m2m.atl.dsls.tcs.injector.wrappers.antlr3
Class ANTLR3LocationToken

java.lang.Object
  extended by org.antlr.runtime.CommonToken
      extended by org.eclipse.m2m.atl.dsls.tcs.injector.wrappers.antlr3.ANTLR3LocationToken
All Implemented Interfaces:
java.io.Serializable, org.antlr.runtime.Token

public class ANTLR3LocationToken
extends org.antlr.runtime.CommonToken

See Also:
Serialized Form

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

ANTLR3LocationToken

public ANTLR3LocationToken(org.antlr.runtime.CharStream input,
                           int type,
                           int channel,
                           int start,
                           int stop)
Method Detail

setEndLine

public void setEndLine(int endLine)

getEndLine

public int getEndLine()

setEndColumn

public void setEndColumn(int endColumn)

getEndColumn

public int getEndColumn()

Copyright 2007 IBM Corporation and others.
All Rights Reserved.