class SFRP::Raw::Input

Public Instance Methods

convert() click to toggle source
# File lib/sfrp/raw/elements.rb, line 116
def convert
  exp = FuncCallExp.new(func_ref, arg_exps, false)
  Node.new(rname, ns, ta, exp, init_exp)
end