Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ isJump
Method
isJump
classpath/java/util/regex/PikeVM.java:500–502 ·
view source on GitHub ↗
(int opcode)
Source
from the content-addressed store, hash-verified
498
}
499
500
private
static
boolean isJump(
int
opcode) {
501
return
opcode <= SPLIT && opcode >= JMP;
502
}
503
504
/**
505
* Reverses the program (effectively matching the reverse pattern).
Callers
1
reverse
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected