Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ isSubtype
Method
isSubtype
src/main/java/pascal/taie/language/type/TypeSystem.java:50–50 ·
view source on GitHub ↗
(Type supertype, Type subtype)
Source
from the content-addressed store, hash-verified
48
PrimitiveType getUnboxedType(ClassType type);
49
50
boolean isSubtype(Type supertype, Type subtype);
51
}
Callers
15
analyze
Method · 0.95
testSubtypeNull
Method · 0.65
testSubtypePrimitive
Method · 0.65
testSubtypeArray1
Method · 0.65
testSubtypeArray2
Method · 0.65
testSubtypeArray3
Method · 0.65
isWanted
Method · 0.65
extractMHVars
Method · 0.65
analyzeIntraUncaught
Method · 0.65
isUnmatched
Method · 0.65
fieldGet
Method · 0.65
fieldSet
Method · 0.65
Implementers
1
TypeSystemImpl
src/main/java/pascal/taie/language/typ
Calls
no outgoing calls
Tested by
5
testSubtypeNull
Method · 0.52
testSubtypePrimitive
Method · 0.52
testSubtypeArray1
Method · 0.52
testSubtypeArray2
Method · 0.52
testSubtypeArray3
Method · 0.52