Class: Lkml::Tokens::WhitespaceToken

Inherits:
TriviaToken show all
Defined in:
lib/lkml/tokens.rb

Direct Known Subclasses

InlineWhitespaceToken, LinebreakToken

Constant Summary collapse

TOKEN_ID =
"<whitespace>"

Instance Attribute Summary

Attributes inherited from ContentToken

#value

Attributes inherited from Token

#line_number

Method Summary

Methods inherited from ContentToken

#==, #eql?, #hash, #initialize

Methods inherited from Token

#==, #id, #initialize, #inspect, #value

Constructor Details

This class inherits a constructor from Lkml::Tokens::ContentToken