Class representing a Named Action. Named actions are predefined GoTo actions.
[Source]
# File sources/parser/actions.rb, line 151 151: def initialize(type) 152: super(:N => type) 153: end
[Validate]