Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ getType
Method
getType
src/main/java/pascal/taie/ir/exp/Exp.java:38–38 ·
view source on GitHub ↗
@return type of this expression.
()
Source
from the content-addressed store, hash-verified
36
* @
return
type of this expression.
37
*/
38
Type getType();
39
40
/**
41
* @
return
a list of expressions which are used by (contained in) this Exp.
Callers
15
testInterface
Method · 0.65
testGetType1
Method · 0.65
onStart
Method · 0.65
visit
Method · 0.65
visit
Method · 0.65
processXMLMapper
Method · 0.65
getRouteString
Method · 0.65
matchAnnotationSuffix
Method · 0.65
isMapping
Method · 0.65
getClassType
Method · 0.65
convertField
Method · 0.65
convertMethod
Method · 0.65
Implementers
5
CastExp
src/main/java/pascal/taie/ir/exp/CastE
NewMultiArray
src/main/java/pascal/taie/ir/exp/NewMu
ArrayAccess
src/main/java/pascal/taie/ir/exp/Array
NewArray
src/main/java/pascal/taie/ir/exp/NewAr
InstanceOfExp
src/main/java/pascal/taie/ir/exp/Insta
Calls
no outgoing calls
Tested by
3
testInterface
Method · 0.52
testGetType1
Method · 0.52
onStart
Method · 0.52