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

Method contains

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

Returns true if the set contains the specified element. @param el The element to check for. @return true if the set contains el; otherwise false.

(int el)

Source from the content-addressed store, hash-verified

135 * @return {@code true} if the set contains {@code el}; otherwise {@code false}.
136 */
137 boolean contains(int el);
138
139 /**
140 * Removes the specified value from the current set. If the current set does

Callers 15

parseMethod · 0.65
ignoreMethod · 0.65
getOSMethod · 0.65
antlrOnStringMethod · 0.65
isDependencyChangedMethod · 0.65
processGrammarFilesMethod · 0.65
getPackageNameMethod · 0.65
isExpectedTokenMethod · 0.65
getTokensMethod · 0.65
getDecisionLookaheadMethod · 0.65
getExpectedTokensMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 15

parseMethod · 0.52
ignoreMethod · 0.52
getOSMethod · 0.52
antlrOnStringMethod · 0.52
getEvalInfoForStringMethod · 0.52
testUnicodeScriptsMethod · 0.52