MCPcopy
hub / github.com/antlr/antlr4 / addAll

Method addAll

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

Modify the current IntSet object to contain all elements that are present in itself, the specified set, or both. @param set The set to add to the current set. A null argument is treated as though it were an empty set. @return this (to support chained calls) @excepti

(IntSet set)

Source from the content-addressed store, hash-verified

35 */
36
37 IntSet addAll(IntSet set);
38
39 /**
40 * Return a new {@link IntSet} object containing all elements that are

Callers 15

runMethod · 0.65
executeMethod · 0.65
antlrOnStringMethod · 0.65
compileMethod · 0.65
analyzeMethod · 0.65
getCommandArgumentsMethod · 0.65
ANDMethod · 0.65
ORMethod · 0.65
_LOOKMethod · 0.65
getDescendantsMethod · 0.65
evaluateMethod · 0.65
parseSourcesMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 5

runMethod · 0.52
executeMethod · 0.52
antlrOnStringMethod · 0.52
compileMethod · 0.52
parseSourcesMethod · 0.52