ExprCall

Inheritance diagram of rumba.ExprCall
class ExprCall

Methods

__init__

Constructor(s)

add_argument(arg)

type arg

maquina.Value

args()

rtype

Array

function()

rtype

unicode

__init__()

Constructor(s)

ExprCall (v: Value)

Cast a Value object in Expr.

If v does not have the good type, a default value is constructed.

add_argument(arg: maquina.Value) None
args() Array
Return type

Array

function() unicode
Return type

unicode