Interface CodeOperationInvocation

All Superinterfaces:
CodeExpression, CodeItem
All Known Subinterfaces:
CodeConstructorInvocation, CodeMethodInvocation

public interface CodeOperationInvocation extends CodeExpression
CodeExpression representing the invocation of a CodeOperation.
Since:
1.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)
  • Method Details