Uses of Interface
jfun.jaskell.LocationAware

Packages that use LocationAware
jfun.jaskell Provides classes and interfaces for compiling and running jaskell code. 
 

Uses of LocationAware in jfun.jaskell
 

Methods in jfun.jaskell that return LocationAware
 LocationAware Jaskell.getLocator()
          To get the LocationAware object used by the Jaskell evaluator.
 

Methods in jfun.jaskell with parameters of type LocationAware
 Jaskell Jaskell.setLocator(LocationAware loc)
          Get a Jaskell object that uses a LocationAware object to notify source location of an expression.