Unit Token Definition Class
def raw? ; @type == :raw ; end def normal? ; @type != :raw && @type != :unit ; end
[Validate]