- tail() - Method in class jfun.jaskell.ListLiteral
-
- terminate() - Method in class jfun.jaskell.bsf.BsfJaskellEngine
-
- toArray(int, Object[]) - Method in class jfun.jaskell.ListLiteral
-
- toClassTuple(Class) - Static method in class jfun.jaskell.Jaskell
-
To adapt a type to a corresponding Tuple.
- toList(List) - Method in class jfun.jaskell.ListLiteral
-
- toObjectTuple(Object) - Static method in class jfun.jaskell.Jaskell
-
To adapt an object to a corresponding Tuple.
- toString() - Method in class jfun.jaskell.ast.Alternative
-
- toString() - Method in class jfun.jaskell.ast.Binding
-
- toString() - Method in class jfun.jaskell.ast.Bound
-
- toString() - Method in class jfun.jaskell.ast.FunBinding
-
- toString() - Method in class jfun.jaskell.ast.FunDef
-
- toString() - Method in class jfun.jaskell.ast.Location
-
- toString() - Method in class jfun.jaskell.ast.MemberPattern
-
- toString() - Method in class jfun.jaskell.DefaultResolver
-
- toString() - Method in class jfun.jaskell.function.DelegatingFunction
-
- toString() - Method in class jfun.jaskell.function.FunctionN
-
- toString() - Method in class jfun.jaskell.junit.TupleMemberTest
-
- toString() - Method in class jfun.jaskell.ListLiteral
-
- toString() - Method in class jfun.jaskell.Tuple
-
If the tuple contains toString member, this member is evaluated.
- toString(String) - Method in interface jfun.jaskell.TupleMember
-
To create a string representation of this member.
- Tuple - Class in jfun.jaskell
-
A jaskell tuple.
- TupleMember - Interface in jfun.jaskell
-
A tuple member.
- TupleMemberTest - Class in jfun.jaskell.junit
-
This class implements Test by evaluating a tuple member.
- TupleMemberTest(Object, TupleMember, Tuple, String) - Constructor for class jfun.jaskell.junit.TupleMemberTest
-
To create a TupleMemberTest instance.
- TypeMismatchException - Exception in jfun.jaskell
-
Represents a type mismatch error.
- TypeMismatchException(Class, Class) - Constructor for exception jfun.jaskell.TypeMismatchException
-
- TypeMismatchException(Class, Class, String) - Constructor for exception jfun.jaskell.TypeMismatchException
-