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

Method flags

java/com/google/re2j/Pattern.java:86–88  ·  view source on GitHub ↗

Returns the flags used in the constructor.

()

Source from the content-addressed store, hash-verified

84 * Returns the flags used in the constructor.
85 */
86 public int flags() {
87 return flags;
88 }
89
90 /**
91 * Returns the pattern used in the constructor.

Callers 3

testCompileMethod · 0.95
testCompileFlagsMethod · 0.95
assertSerializesMethod · 0.95

Calls

no outgoing calls

Tested by 3

testCompileMethod · 0.76
testCompileFlagsMethod · 0.76
assertSerializesMethod · 0.76