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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJInvocation.java35 public final class JInvocation extends JExpressionImpl implements JStatement { class in inherits:JExpressionImpl,JStatement
76 JInvocation(JExpression object, String name) { method in class:JInvocation
80 JInvocation(JExpression object, JMethod method) { method in class:JInvocation
87 JInvocation(JClass type, String name) { method in class:JInvocation
91 JInvocation(JClass type, JMethod method) { method in class:JInvocation
95 private JInvocation(JGenerable object, String name) { method in class:JInvocation
102 private JInvocation(JGenerable object, JMethod method) { method in class:JInvocation
117 JInvocation(JType c) { method in class:JInvocation
128 public JInvocation arg(JExpression arg) {
139 public JInvocation ar
[all...]

Completed in 29 milliseconds