|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--koala.dynamicjava.interpreter.InterpreterException.SourceInformation
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 |
public InterpreterException.SourceInformation(java.lang.String filename,
int line,
int column)
| Method Detail |
public java.lang.String getFilename()
public int getLine()
public int getColumn()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||