cpg-core
7.1.1
jvm
cpg-core
/
de.fraunhofer.aisec.cpg.graph
/
HasType
/
TypeListener
Type
Listener
interface
TypeListener
Inheritors
FieldDeclaration
VariableDeclaration
ArrayCreationExpression
ArraySubscriptionExpression
AssignExpression
BinaryOperator
CallExpression
CastExpression
ConditionalExpression
ConstructExpression
DeclaredReferenceExpression
ExpressionList
InitializerListExpression
LambdaExpression
UnaryOperator
Members
Functions
possible
Sub
Types
Changed
Link copied to clipboard
abstract
fun
possibleSubTypesChanged
(
src
:
HasType
,
root
:
MutableList
<
HasType
>
)
type
Changed
Link copied to clipboard
abstract
fun
typeChanged
(
src
:
HasType
,
root
:
MutableList
<
HasType
>
,
oldType
:
Type
)