Uses of Interface
org.sonar.plugins.java.api.tree.MethodInvocationTree

Packages that use MethodInvocationTree
org.sonar.plugins.java.api.tree Provides interfaces to represent Java source code as abstract syntax trees (AST). 
 

Uses of MethodInvocationTree in org.sonar.plugins.java.api.tree
 

Methods in org.sonar.plugins.java.api.tree with parameters of type MethodInvocationTree
 void BaseTreeVisitor.visitMethodInvocation(MethodInvocationTree tree)
           
 void TreeVisitor.visitMethodInvocation(MethodInvocationTree tree)
           
 



Copyright © 2012-2014 SonarSource. All Rights Reserved.