- Param - Interface in jfun.jaskell.ast
-
Represents a parameter definition.
- Params - Class in jfun.jaskell.ast
-
The class to create different Param objects.
- Params() - Constructor for class jfun.jaskell.ast.Params
-
- ParamVisitor - Interface in jfun.jaskell.ast
-
The visitor to Param.
- PARENT_FIRST - Static variable in class jfun.jaskell.classloader.ClassLoaderFactory
-
The parent-first string value.
- PARENT_ONLY - Static variable in class jfun.jaskell.classloader.ClassLoaderFactory
-
The parent-only string value.
- parseExpr(Object, String, PositionMap, CharSequence) - Static method in class jfun.jaskell.Jaskell
-
Parses source code containing an expression.
- parseExpr(Object, String, CharSequence) - Static method in class jfun.jaskell.Jaskell
-
Parses source code containing an expression.
- parseExpr(Object, CharSequence) - Static method in class jfun.jaskell.Jaskell
-
Parses source code containing an expression.
- parseExprOrLib(Object, String, PositionMap, CharSequence) - Static method in class jfun.jaskell.Jaskell
-
Parses source code containing either an expression or a list of
function definitions.
- parseExprOrLib(Object, String, CharSequence) - Static method in class jfun.jaskell.Jaskell
-
Parses source code containing either an expression or a list of
function definitions.
- parseExprOrLib(Object, CharSequence) - Static method in class jfun.jaskell.Jaskell
-
Parses source code containing either an expression or a list of
function definitions.
- parseLib(Object, String, CharSequence) - Static method in class jfun.jaskell.Jaskell
-
Parses source code containing a list of function definitions
that can be mutually dependent.
- parseLib(Object, String, PositionMap, CharSequence) - Static method in class jfun.jaskell.Jaskell
-
Parses source code containing a list of function definitions
that can be mutually dependent.
- parseLib(Object, CharSequence) - Static method in class jfun.jaskell.Jaskell
-
Parses source code containing a list of function definitions
that can be mutually dependent.
- Pattern - Interface in jfun.jaskell.ast
-
Represents a pattern-match pattern.
- Patterns - Class in jfun.jaskell.ast
-
The class to create different pattern-match patterns.
- Patterns() - Constructor for class jfun.jaskell.ast.Patterns
-
- PatternVisitor - Interface in jfun.jaskell.ast
-
The visitor to Pattern.
- Predefined - Class in jfun.jaskell
-
This class provides the predefined function combinators.
- Predefined() - Constructor for class jfun.jaskell.Predefined
-
- printEvaluationTrace() - Method in exception jfun.jaskell.EvaluationException
-
Print the evaluation trace.
- printEvaluationTrace(PrintStream) - Method in exception jfun.jaskell.EvaluationException
-
Print the evaluation trace to the given stream.
- printEvaluationTrace(PrintWriter) - Method in exception jfun.jaskell.EvaluationException
-
Print the evaluation trace to the given writer.
- printStackTrace(PrintStream) - Method in exception jfun.jaskell.EvaluationException
-
- printStackTrace(PrintWriter) - Method in exception jfun.jaskell.EvaluationException
-
- printStackTrace(PrintStream) - Method in error jfun.jaskell.junit.WrappedAssertionFailure
-
- printStackTrace(PrintWriter) - Method in error jfun.jaskell.junit.WrappedAssertionFailure
-
- protect() - Method in class jfun.jaskell.junit.TupleMemberTest
-
- put(Object, TupleMember) - Method in class jfun.jaskell.Tuple
-
create a new Tuple object with the new TupleMember.
- puts(Object[], TupleMember[]) - Method in class jfun.jaskell.Tuple
-
Add tuple members under given names.