Interface CodeOperationInvocation
- All Superinterfaces:
CodeExpression, CodeItem
- All Known Subinterfaces:
CodeConstructorInvocation, CodeMethodInvocation
CodeExpression representing the invocation of a CodeOperation.- 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, write
-
Method Details
-
getMember
CodeOperation getMember()- Returns:
- the
CodeOperationto invoke.
-
getArguments
List<? extends CodeExpression> getArguments()- Returns:
- the
Listofexpressionsapplied as arguments to theoperation.
-
getTypeParameters
List<? extends CodeGenericType> getTypeParameters()
-