Class: Lkml::Tokens::ExpressionBlockEndToken

Inherits:
Token
  • Object
show all
Defined in:
lib/lkml/tokens.rb

Constant Summary collapse

TOKEN_ID =
";;"

Instance Attribute Summary

Attributes inherited from Token

#line_number

Method Summary

Methods inherited from Token

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

Constructor Details

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