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

Method add

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

Adds the specified value to the current set. @param el the value to add @exception IllegalStateException if the current set is read-only

(int el)

Source from the content-addressed store, hash-verified

22 * @exception IllegalStateException if the current set is read-only
23 */
24 void add(int el);
25
26 /**
27 * Modify the current {@link IntSet} object to contain all elements that are

Callers 15

RuntimeTestsClass · 0.65
runtimeTestsMethod · 0.65
parseMethod · 0.65
runMethod · 0.65
getGeneratedFilesMethod · 0.65
writeRecognizerFileMethod · 0.65
executeMethod · 0.65
infoMethod · 0.65
errorMethod · 0.65
warningMethod · 0.65
antlrOnStringMethod · 0.65
initRuntimeMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 15

runtimeTestsMethod · 0.52
parseMethod · 0.52
runMethod · 0.52
getGeneratedFilesMethod · 0.52
writeRecognizerFileMethod · 0.52
executeMethod · 0.52
infoMethod · 0.52
errorMethod · 0.52
warningMethod · 0.52
antlrOnStringMethod · 0.52
initRuntimeMethod · 0.52