Class: Lkml::Tokens::InlineWhitespaceToken

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

Constant Summary collapse

TOKEN_ID =
"<inline 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