Package de.fraunhofer.aisec.cpg.graph
Interface HasType.TypeListener
- All Known Implementing Classes:
ArrayCreationExpression,ArraySubscriptionExpression,BinaryOperator,CallExpression,CastExpression,ConditionalExpression,DeclaredReferenceExpression,ExplicitConstructorInvocation,ExpressionList,FieldDeclaration,InitializerListExpression,MemberCallExpression,MemberExpression,StaticCallExpression,UnaryOperator,VariableDeclaration
- Enclosing interface:
- HasType
public static interface HasType.TypeListener
-
Method Summary
Modifier and Type Method Description voidpossibleSubTypesChanged(HasType src, java.util.Collection<HasType> root, java.util.Set<Type> oldSubTypes)voidtypeChanged(HasType src, java.util.Collection<HasType> root, Type oldType)
-
Method Details
-
typeChanged
-
possibleSubTypesChanged
-