Class InvokeExpr

All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
InvokeCustomExpr, InvokePolymorphicExpr

public class InvokeExpr extends AbstractInvokeExpr
Represent a method invocation expression. To represent a Value.VT.INVOKE_INTERFACE,Value.VT.INVOKE_SPECIAL or Value.VT.INVOKE_VIRTUAL the first element of ops is the owner object,To represent a Value.VT.INVOKE_NEW or Value.VT.INVOKE_STATIC all ops are arguments. The return type of Value.VT.INVOKE_NEW is owner instead of ret
See Also: