net.jangaroo.jooc.api
Interface FilePosition


public interface FilePosition

Position of a symbol (token) in a file, e.g. to specify where an error occurred.


Method Summary
 int getColumn()
           
 String getFileName()
           
 int getLine()
           
 

Method Detail

getFileName

String getFileName()

getLine

int getLine()

getColumn

int getColumn()


Copyright © 2002-2013 CoreMedia AG. All Rights Reserved.