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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DJCTree.java1306 public static class JCMethodInvocation extends JCExpression implements MethodInvocationTree { class in class:JCTree
1311 protected JCMethodInvocation(List<JCExpression> typeargs, method in class:JCTree.JCMethodInvocation
1336 public JCMethodInvocation setType(Type type) {
2151 JCMethodInvocation Apply(List<JCExpression> typeargs,
2213 public void visitApply(JCMethodInvocation that) { visitTree(that); }

Completed in 33 milliseconds