Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ isStatic
Method
isStatic
src/main/java/pascal/taie/ir/stmt/Invoke.java:117–119 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
115
}
116
117
public
boolean isStatic() {
118
return
invokeExp instanceof InvokeStatic;
119
}
120
121
public
boolean isDynamic() {
122
return
invokeExp instanceof InvokeDynamic;
Callers
15
testFieldsWithSameName
Method · 0.45
convertFieldRef
Method · 0.45
convertMethodRef
Method · 0.45
convert
Method · 0.45
build
Method · 0.45
IRBuildHelper
Method · 0.45
visit
Method · 0.45
isRelevant
Method · 0.45
resolveParameterAnnotation
Method · 0.45
resolveReturnValueAnnotation
Method · 0.45
visit
Method · 0.45
initialize
Method · 0.45
Calls
no outgoing calls
Tested by
1
testFieldsWithSameName
Method · 0.36