Interface CodeMethodInvocation

All Superinterfaces:
CodeExpression, CodeItem, CodeMemberReference, CodeOperationInvocation

public interface CodeMethodInvocation extends CodeMemberReference, CodeOperationInvocation
CodeOperationInvocation representing the invocation of a CodeConstructor.
Syntax:
[(«expression»|«type»).][<«typeParam-1», ..., «typeParam-N»> ]«method»(«arg-1»,...,«arg-N»)
Example:
this.format(format, value)
Since:
1.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)