nitc :: ACallFormExpr :: defaultinit
# Whatever looks-like a call with a standard method and any number of arguments.
abstract class ACallFormExpr
super ASendExpr
# The name of the method
var n_qid: AQid is writable, noinit
# The arguments of the call
var n_args: AExprs is writable, noinit
end
src/parser/parser_nodes.nit:2413,1--2422,3