Uses of Class
koala.dynamicjava.interpreter.InterpreterException.SourceInformation

Packages that use InterpreterException.SourceInformation
koala.dynamicjava.interpreter Contains the classes for interpreting Java language statements. 
 

Uses of InterpreterException.SourceInformation in koala.dynamicjava.interpreter
 

Fields in koala.dynamicjava.interpreter declared as InterpreterException.SourceInformation
protected  InterpreterException.SourceInformation InterpreterException.sourceInformation
          The source code information
 

Methods in koala.dynamicjava.interpreter that return InterpreterException.SourceInformation
 InterpreterException.SourceInformation InterpreterException.getSourceInformation()
          Returns the source code information if available, or null
 



Copyright © 2001 Stephane Hillion. All Rights Reserved.