MCPcopy Create free account
hub / github.com/google/re2j / isEmpty

Method isEmpty

java/com/google/re2j/Machine.java:50–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 }
49
50 boolean isEmpty() {
51 return size == 0;
52 }
53
54 int add(int pc) {
55 int j = size++;

Callers 15

matchMethod · 0.95
addFoldExceptionsMethod · 0.80
entryNameMethod · 0.80
dumpRegexpMethod · 0.80
testFindMethod · 0.80
testSubmatchMethod · 0.80
testRE2Method · 0.80
testFowlerMethod · 0.80
parseFowlerResultMethod · 0.80
testQuoteMetaMethod · 0.80
indexOfFallbackMethod · 0.80
appendToMethod · 0.80

Calls

no outgoing calls

Tested by 8

entryNameMethod · 0.64
dumpRegexpMethod · 0.64
testFindMethod · 0.64
testSubmatchMethod · 0.64
testRE2Method · 0.64
testFowlerMethod · 0.64
parseFowlerResultMethod · 0.64
testQuoteMetaMethod · 0.64