class documentation

class InvokeStmt(Stmt): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method get_invoked_method_name return the method name involved in the InvokeStmt
Method infer_invoked_method Infer the invoked method (full signature) If fails, TD
def __init__(self): (source)

Undocumented

def get_invoked_method_name(self): (source)

return the method name involved in the InvokeStmt

def infer_invoked_method(self): (source)

Infer the invoked method (full signature) If fails, TD