Interface OnMethodName


  • public interface OnMethodName
    Make easier processing on code-tree
    Author:
    Benoit Lacelle
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onMethodName​(com.github.javaparser.ast.expr.MethodCallExpr node, com.github.javaparser.ast.expr.Expression scope, com.github.javaparser.resolution.types.ResolvedType type)  
    • Method Detail

      • onMethodName

        void onMethodName​(com.github.javaparser.ast.expr.MethodCallExpr node,
                          com.github.javaparser.ast.expr.Expression scope,
                          com.github.javaparser.resolution.types.ResolvedType type)