Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FabricMC/Matcher
/ isStatic
Method
isStatic
src/main/java/matcher/type/MemberInstance.java:114–116 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
112
public
abstract
int
getAccess();
113
114
public
boolean isStatic() {
115
return
isStatic;
116
}
117
118
public
boolean isPublic() {
119
return
(getAccess() & Opcodes.ACC_PUBLIC) != 0;
Callers
6
StateRecorder
Method · 0.80
canBeRecordComponent
Method · 0.80
canBeRecordComponent
Method · 0.80
getTypeIdx
Method · 0.80
visit
Method · 0.80
setup
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected