- /**
- * Returns true if this is a null substitution. (We didn't do this
- * with instanceof partially because it causes source files to
- * proliferate and partially because we have to port this to C++.)
- * @return true if this object is an instance of NullSubstitution
- */
- virtual UBool isNullSubstitution() const;
-