MCPcopy 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

testInterfaceMethod · 0.65
testGetType1Method · 0.65
onStartMethod · 0.65
visitMethod · 0.65
visitMethod · 0.65
processXMLMapperMethod · 0.65
getRouteStringMethod · 0.65
matchAnnotationSuffixMethod · 0.65
isMappingMethod · 0.65
getClassTypeMethod · 0.65
convertFieldMethod · 0.65
convertMethodMethod · 0.65

Implementers 5

CastExpsrc/main/java/pascal/taie/ir/exp/CastE
NewMultiArraysrc/main/java/pascal/taie/ir/exp/NewMu
ArrayAccesssrc/main/java/pascal/taie/ir/exp/Array
NewArraysrc/main/java/pascal/taie/ir/exp/NewAr
InstanceOfExpsrc/main/java/pascal/taie/ir/exp/Insta

Calls

no outgoing calls

Tested by 3

testInterfaceMethod · 0.52
testGetType1Method · 0.52
onStartMethod · 0.52