Class InvokeVirtual

All Implemented Interfaces:
Serializable, Exp, RValue

public class InvokeVirtual extends InvokeInstanceExp
Representation of invokevirtual expression, e.g., o.m(...).
See Also: