- lamda(Object[]) - Method in interface jfun.jaskell.function.LamdaN
-
Call this function with n parameters.
- LamdaN - Interface in jfun.jaskell.function
-
Implement this interface to provide function with n parameters.
- ListLiteral - Class in jfun.jaskell
-
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.
- 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.
- LoadingPolicy - Interface in jfun.jaskell.classloader
-
Represents the class loading policy.
- LoadProperties - Class in jfun.jaskell.optionbeans
-
'jaskell.util.properties' function uses this class
to initialize its "options" parameter.
- LoadProperties() - Constructor for class jfun.jaskell.optionbeans.LoadProperties
-
- Location - Class in jfun.jaskell.ast
-
Represents a line in a module.
- Location(Object, String, int) - Constructor for class jfun.jaskell.ast.Location
-
- LocationAware - Interface in jfun.jaskell
-
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.
- 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
-