Package net.sf.saxon.regex
Class RECompiler.BackReference
java.lang.Object
net.sf.saxon.regex.charclass.SingletonCharacterClass
net.sf.saxon.regex.RECompiler.BackReference
- All Implemented Interfaces:
IntPredicate
,CharacterClass
,IntPredicateProxy
- Enclosing class:
RECompiler
For convenience a back-reference is treated as an CharacterClass, although this a fiction
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.sf.saxon.regex.charclass.SingletonCharacterClass
getCodepoint, getIntSet, isDisjoint, test
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.IntPredicate
and, negate, or
Methods inherited from interface net.sf.saxon.z.IntPredicateProxy
union
-
Constructor Details
-
BackReference
public BackReference(int number)
-