net.sourceforge.czt.parser.util
Class LocTokenImpl

java.lang.Object
  extended by net.sourceforge.czt.parser.util.TokenImpl
      extended by net.sourceforge.czt.parser.util.LocTokenImpl
All Implemented Interfaces:
LocToken, Token

public class LocTokenImpl
extends TokenImpl
implements LocToken


Constructor Summary
LocTokenImpl(Token token, java.lang.Object spelling, LocInfo locInfo)
           
 
Method Summary
 LocInfo getLocation()
           
 
Methods inherited from class net.sourceforge.czt.parser.util.TokenImpl
getName, getSpelling, spelling
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.czt.parser.util.Token
getName, getSpelling, spelling
 

Constructor Detail

LocTokenImpl

public LocTokenImpl(Token token,
                    java.lang.Object spelling,
                    LocInfo locInfo)
Method Detail

getLocation

public LocInfo getLocation()
Specified by:
getLocation in interface LocToken


Copyright © 2003-2007 Community Z Tools Project. All Rights Reserved.