Uses of Interface
org.sonar.plugins.java.api.tree.TypeCastTree
Packages that use TypeCastTree
Package
Description
Provides interfaces to represent Java source code as syntax tree.
-
Uses of TypeCastTree in org.sonar.java.model.expression
Classes in org.sonar.java.model.expression that implement TypeCastTree -
Uses of TypeCastTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree with parameters of type TypeCastTreeModifier and TypeMethodDescriptionvoidBaseTreeVisitor.visitTypeCast(TypeCastTree tree)voidTreeVisitor.visitTypeCast(TypeCastTree tree)