Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testCompile
Method · 0.95
testCompileFlags
Method · 0.95
assertSerializes
Method · 0.95
Calls
no outgoing calls
Tested by
3
testCompile
Method · 0.76
testCompileFlags
Method · 0.76
assertSerializes
Method · 0.76