Class: Sexp

Inherits:
Object
  • Object
show all
Defined in:
lib/rewriter.rb,
lib/typed_sexp.rb

Direct Known Subclasses

TypedSexp

Constant Summary collapse

@@array_types =
[ :array, :args ]

Instance Method Summary collapse

Instance Method Details

#array_type?Boolean

Returns true if the node_type is array or args.

Returns:

  • (Boolean)


15
# File 'lib/typed_sexp.rb', line 15

alias array_type? array_type?