A B C D E F G H I J K L M N O P R S T U V W

L

LamdaN - interface jfun.jaskell.function.LamdaN.
Implement this interface to provide function with n parameters.
ListLiteral - class jfun.jaskell.ListLiteral.
A literal list that's backed by an array.
ListLiteral(Object[]) - Constructor for class jfun.jaskell.ListLiteral
To create a ListLiteral object.
ListLiteral(int, Object[]) - Constructor for class jfun.jaskell.ListLiteral
To create a ListLiteral object.
ListLiteral(int, int, Object[]) - Constructor for class jfun.jaskell.ListLiteral
To create a ListLiteral object.
LoadProperties - class jfun.jaskell.optionbeans.LoadProperties.
'jaskell.util.properties' function uses this class to initialize its "options" parameter.
LoadProperties() - Constructor for class jfun.jaskell.optionbeans.LoadProperties
 
LoadingPolicy - interface jfun.jaskell.classloader.LoadingPolicy.
Represents the class loading policy.
Location - class jfun.jaskell.ast.Location.
Represents a line in a module.
Location(Object, String, int) - Constructor for class jfun.jaskell.ast.Location
 
LocationAware - interface jfun.jaskell.LocationAware.
Client who's interested in each expression's location in the source should implement this interface to get notified about the location of each evaluated value.
lamda(Object[]) - Method in interface jfun.jaskell.function.LamdaN
Call this function with n parameters.
loadClass(String, boolean) - Method in class jfun.jaskell.classloader.MyClassLoader
 
loadExpr(Object, String, InputStream) - Static method in class jfun.jaskell.Jaskell
Parse and compile source code containing an expression.
loadExpr(Object, String, CharSequence) - Static method in class jfun.jaskell.Jaskell
Parse and compile source code containing an expression.
loadExprFile(File) - Static method in class jfun.jaskell.Jaskell
Parse and compile an expression contained in a file.
loadExprFile(String) - Static method in class jfun.jaskell.Jaskell
Parse and compile an expression contained in a file.
log(String) - Method in interface jfun.jaskell.Jaskell.Logger
 
lookup(String) - Method in class jfun.jaskell.Jaskell
Lookup the value of a given path.
lookupClass(String) - Method in class jfun.jaskell.classloader.MyClassLoader
 

A B C D E F G H I J K L M N O P R S T U V W