Searched defs:JCMethodInvocation (Results 1 - 1 of 1) sorted by path

/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DJCTree.java1613 public static class JCMethodInvocation extends JCPolyExpression implements MethodInvocationTree { class in class:JCTree
1618 protected JCMethodInvocation(List<JCExpression> typeargs, method in class:JCTree.JCMethodInvocation

Completed in 212 milliseconds