Home
last modified time | relevance | path

Searched refs:NODE_NULLABLE (Results 1 – 1 of 1) sorted by relevance

/dports/textproc/jdictionary/jdictionary/src-1_8/org/apache/regexp/
H A DRECompiler.java90 static final int NODE_NULLABLE = 1; // True if node is potentially null field in RECompiler
896 flags[0] &= ~NODE_NULLABLE; in terminal()
906 flags[0] |= NODE_NULLABLE; in terminal()
915 flags[0] &= ~NODE_NULLABLE; in terminal()
923 flags[0] &= ~NODE_NULLABLE; in terminal()
960 flags[0] |= NODE_NULLABLE; in closure()
975 if ((terminalFlags[0] & NODE_NULLABLE) != 0) in closure()
1176 flags[0] |= NODE_NULLABLE; in branch()