Uses of Class
eu.bandm.tools.paisley.Variable
Packages that use Variable
Package
Description
A modular implementation of nondeterministic pattern matching on arbitrary
objects.
-
Uses of Variable in eu.bandm.tools.paisley
Methods in eu.bandm.tools.paisley that return VariableModifier and TypeMethodDescriptionVariable.fork()Makes a copy of this pattern with independent internal state.Theme.getArgument()Returns the argument variable.static <A> Variable<A> Pattern.variable()Creates a new anonymous pattern variable.static <A> Variable<A> Creates a new named pattern variable.Methods in eu.bandm.tools.paisley with parameters of type VariableModifier and TypeMethodDescriptionfinal booleanChecks whether a variable is bound by this pattern.booleanChecks whether a variable is bound by this pattern.booleanChecks whether a variable is bound by this pattern.booleanChecks whether a variable is bound by this pattern.booleanChecks whether a variable is bound by this pattern.default booleanChecks whether a variable is bound by this pattern.booleanChecks whether a variable is bound by this pattern.booleanChecks whether a variable is bound by this pattern.final booleanChecks whether a variable is preserved by this pattern unconditionally.final booleanChecks whether a variable is preserved by this pattern, conditionally on success or failure.booleanChecks whether a variable is preserved by this pattern, conditionally on success or failure.booleanChecks whether a variable is preserved by this pattern unconditionally.booleanChecks whether a variable is preserved by this pattern, conditionally on success or failure.booleanChecks whether a variable is preserved by this pattern unconditionally.booleanChecks whether a variable is preserved by this pattern, conditionally on success or failure.booleanChecks whether a variable is preserved by this pattern unconditionally.booleanChecks whether a variable is preserved by this pattern, conditionally on success or failure.default booleanChecks whether a variable is preserved by this pattern unconditionally.default booleanChecks whether a variable is preserved by this pattern, conditionally on success or failure.booleanChecks whether a variable is preserved by this pattern unconditionally.booleanChecks whether a variable is preserved by this pattern, conditionally on success or failure.booleanChecks whether a variable is preserved by this pattern unconditionally.booleanChecks whether a variable is preserved by this pattern, conditionally on success or failure.Constructors in eu.bandm.tools.paisley with parameters of type Variable