MCPcopy Index your code
hub / github.com/antlr/antlr4 / or

Method or

runtime/Java/src/org/antlr/v4/runtime/misc/IntSet.java:87–87  ·  view source on GitHub ↗

Return a new IntSet object containing all elements that are present in the current set, the specified set a, or both. This method is similar to #addAll(IntSet), but returns a new IntSet instance instead of modifying the current set. @param a The set to union

(IntSet a)

Source from the content-addressed store, hash-verified

85 */
86
87 IntSet or(IntSet a);
88
89 /**
90 * Return a new {@link IntSet} object containing all elements that are

Callers 3

PredictionMode.jsFile · 0.65
BitSetSpec.jsFile · 0.65
testMinMethod · 0.65

Implementers 1

IntervalSetruntime/Java/src/org/antlr/v4/runtime/

Calls

no outgoing calls

Tested by 1

testMinMethod · 0.52