Interface CodeMethodInvocation
- All Superinterfaces:
CodeExpression, CodeItem, CodeMemberReference, CodeOperationInvocation
CodeOperationInvocation representing the invocation of a CodeConstructor.Syntax:
[(«Example:expression»|«type»).][<«typeParam-1», ..., «typeParam-N»> ]«method»(«arg-1»,...,«arg-N»)
this.format(format, value)
- Since:
- 1.0.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
-
Field Summary
Fields inherited from interface CodeItem
DEFAULT_INDENT, DEFAULT_NEWLINE -
Method Summary
Methods inherited from interface CodeExpression
evaluateMethods inherited from interface CodeItem
getLanguage, getSourceCode, write, write, write, write, write, writeMethods inherited from interface CodeMemberReference
getExpression, getTypeMethods inherited from interface CodeOperationInvocation
getArguments, getTypeParameters
-
Method Details
-
getMember
CodeMethod getMember()- Specified by:
getMemberin interfaceCodeMemberReference- Specified by:
getMemberin interfaceCodeOperationInvocation- Returns:
- the referenced
CodeMember. May not benull.
-