Uses of Class
eu.bandm.tools.ops.Pattern.Variable
Package
Description
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
-
Uses of Pattern.Variable in eu.bandm.tools.ops
Modifier and TypeMethodDescriptionstatic <A> Pattern.Variable<A>
Pattern.variable()
Deprecated.Creates a new anonymous pattern variable.static <A> Pattern.Variable<A>
Deprecated.Creates a new named pattern variable.Modifier and TypeMethodDescriptionboolean
Pattern.Atomic.bindsVariable
(Pattern.Variable v) abstract boolean
Pattern.bindsVariable
(Pattern.Variable x) Deprecated.boolean
Pattern.Unary.bindsVariable
(Pattern.Variable v) boolean
Pattern.Variable.bindsVariable
(Pattern.Variable v) boolean
Pattern.Atomic.disturbsVariable
(Pattern.Variable v) abstract boolean
Pattern.disturbsVariable
(Pattern.Variable x) Deprecated.boolean
Pattern.Unary.disturbsVariable
(Pattern.Variable v) boolean
Pattern.Variable.disturbsVariable
(Pattern.Variable v) boolean
Pattern.Atomic.savesVariable
(Pattern.Variable v) abstract boolean
Pattern.savesVariable
(Pattern.Variable x) Deprecated.boolean
Pattern.Unary.savesVariable
(Pattern.Variable v) boolean
Pattern.Variable.savesVariable
(Pattern.Variable v)