koala.dynamicjava.interpreter
Class InterpreterException.SourceInformation

java.lang.Object
  |
  +--koala.dynamicjava.interpreter.InterpreterException.SourceInformation
Enclosing class:
InterpreterException

public static class InterpreterException.SourceInformation
extends java.lang.Object

To represent the source code informations


Constructor Summary
InterpreterException.SourceInformation(java.lang.String filename, int line, int column)
          Creates a source information
 
Method Summary
 int getColumn()
          Returns the column where the error occurs
 java.lang.String getFilename()
          Returns the filename
 int getLine()
          Returns the line where the error occurs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterpreterException.SourceInformation

public InterpreterException.SourceInformation(java.lang.String filename,
                                              int line,
                                              int column)
Creates a source information
Method Detail

getFilename

public java.lang.String getFilename()
Returns the filename

getLine

public int getLine()
Returns the line where the error occurs

getColumn

public int getColumn()
Returns the column where the error occurs


Copyright © 2001 Stephane Hillion. All Rights Reserved.