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
- Version:
- $Id: RECompiler.java 518156 2007-03-14 14:31:26Z vgritsenko $
- Author:
- Jonathan Locke, Michael McCallum
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SingletonCharacterClass
getCodepoint, getIntSet, isDisjoint, testMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IntPredicate
and, negate, orMethods inherited from interface IntPredicateProxy
union
-
Constructor Details
-
BackReference
public BackReference(int number)
-