Class InvokeStatic

java.lang.Object
pascal.taie.ir.exp.InvokeExp
pascal.taie.ir.exp.InvokeStatic
All Implemented Interfaces:
Serializable, Exp, RValue

public class InvokeStatic extends InvokeExp
Representation of invokestatic expression, e.g., T.m(...).
See Also: